public class TaskByCycle extends AbstractModel
skipSign
Constructor and Description |
---|
TaskByCycle() |
TaskByCycle(TaskByCycle source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCycleUnit()
Get 周期单位
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNumber()
Get num
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProjectId()
Get 项目ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCycleUnit(String CycleUnit)
Set 周期单位
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNumber(Long Number)
Set num
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProjectId(String ProjectId)
Set 项目ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TaskByCycle()
public TaskByCycle(TaskByCycle source)
public Long getNumber()
public void setNumber(Long Number)
Number
- num
注意:此字段可能返回 null,表示取不到有效值。public String getCycleUnit()
public void setCycleUnit(String CycleUnit)
CycleUnit
- 周期单位
注意:此字段可能返回 null,表示取不到有效值。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.