public class TaskType extends AbstractModel
| Constructor and Description |
|---|
TaskType() |
TaskType(TaskType 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 |
getTaskSubType()
Get 故障类型父类
|
Long |
getTypeId()
Get 故障类ID
|
String |
getTypeName()
Get 故障类中文名
|
void |
setTaskSubType(String TaskSubType)
Set 故障类型父类
|
void |
setTypeId(Long TypeId)
Set 故障类ID
|
void |
setTypeName(String TypeName)
Set 故障类中文名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic TaskType()
public TaskType(TaskType source)
public Long getTypeId()
public void setTypeId(Long TypeId)
TypeId - 故障类IDpublic String getTypeName()
public void setTypeName(String TypeName)
TypeName - 故障类中文名public String getTaskSubType()
public void setTaskSubType(String TaskSubType)
TaskSubType - 故障类型父类Copyright © 2022. All rights reserved.