public class TaskTypeOpsDto extends AbstractModel
header, skipSign| Constructor and Description |
|---|
TaskTypeOpsDto() |
TaskTypeOpsDto(TaskTypeOpsDto 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 |
getTypeDesc()
Get 任务类型描述
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTypeId()
Get 任务类型id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTypeSort()
Get 任务类型归类
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTypeDesc(String TypeDesc)
Set 任务类型描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTypeId(Long TypeId)
Set 任务类型id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTypeSort(String TypeSort)
Set 任务类型归类
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TaskTypeOpsDto()
public TaskTypeOpsDto(TaskTypeOpsDto source)
public String getTypeDesc()
public void setTypeDesc(String TypeDesc)
TypeDesc - 任务类型描述
注意:此字段可能返回 null,表示取不到有效值。public Long getTypeId()
public void setTypeId(Long TypeId)
TypeId - 任务类型id
注意:此字段可能返回 null,表示取不到有效值。public String getTypeSort()
public void setTypeSort(String TypeSort)
TypeSort - 任务类型归类
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.