Class ListModel
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apcas.v20201127.models.ListModel
-
public class ListModel extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAvailable()Get 画像覆盖人数StringgetErrMsg()Get 任务失败描述信息LonggetID()Get 任务IDLonggetStartTime()Get 任务起始时间(13位数字的UNIX 时间戳,单位毫秒 )LonggetStatus()Get 任务状态 0:默认状态 1:任务正在运行 2:任务运行成功 3:任务运行失败StringgetTaskName()Get 任务名称voidsetAvailable(Long Available)Set 画像覆盖人数voidsetErrMsg(String ErrMsg)Set 任务失败描述信息voidsetID(Long ID)Set 任务IDvoidsetStartTime(Long StartTime)Set 任务起始时间(13位数字的UNIX 时间戳,单位毫秒 )voidsetStatus(Long Status)Set 任务状态 0:默认状态 1:任务正在运行 2:任务运行成功 3:任务运行失败voidsetTaskName(String TaskName)Set 任务名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ListModel
public ListModel()
-
ListModel
public ListModel(ListModel 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.
-
-
Method Detail
-
getID
public Long getID()
Get 任务ID- Returns:
- ID 任务ID
-
setID
public void setID(Long ID)
Set 任务ID- Parameters:
ID- 任务ID
-
getTaskName
public String getTaskName()
Get 任务名称- Returns:
- TaskName 任务名称
-
setTaskName
public void setTaskName(String TaskName)
Set 任务名称- Parameters:
TaskName- 任务名称
-
getStartTime
public Long getStartTime()
Get 任务起始时间(13位数字的UNIX 时间戳,单位毫秒 )- Returns:
- StartTime 任务起始时间(13位数字的UNIX 时间戳,单位毫秒 )
-
setStartTime
public void setStartTime(Long StartTime)
Set 任务起始时间(13位数字的UNIX 时间戳,单位毫秒 )- Parameters:
StartTime- 任务起始时间(13位数字的UNIX 时间戳,单位毫秒 )
-
getStatus
public Long getStatus()
Get 任务状态 0:默认状态 1:任务正在运行 2:任务运行成功 3:任务运行失败- Returns:
- Status 任务状态 0:默认状态 1:任务正在运行 2:任务运行成功 3:任务运行失败
-
setStatus
public void setStatus(Long Status)
Set 任务状态 0:默认状态 1:任务正在运行 2:任务运行成功 3:任务运行失败- Parameters:
Status- 任务状态 0:默认状态 1:任务正在运行 2:任务运行成功 3:任务运行失败
-
getAvailable
public Long getAvailable()
Get 画像覆盖人数- Returns:
- Available 画像覆盖人数
-
setAvailable
public void setAvailable(Long Available)
Set 画像覆盖人数- Parameters:
Available- 画像覆盖人数
-
getErrMsg
public String getErrMsg()
Get 任务失败描述信息- Returns:
- ErrMsg 任务失败描述信息
-
setErrMsg
public void setErrMsg(String ErrMsg)
Set 任务失败描述信息- Parameters:
ErrMsg- 任务失败描述信息
-
-