public class InstanceTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstanceTask() |
InstanceTask(InstanceTask 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 |
getEndTime()
Get 结束时间
|
Long |
getErrorCode()
Get 错误代码
|
Long |
getId()
Get 唯一id
|
String |
getMessage()
Get 错误信息描述
|
Long |
getProgress()
Get 进度百分比0~100
|
String |
getStartTime()
Get 开始时间
|
Long |
getStatus()
Get Job状态
|
Long |
getType()
Get Job类型
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setErrorCode(Long ErrorCode)
Set 错误代码
|
void |
setId(Long Id)
Set 唯一id
|
void |
setMessage(String Message)
Set 错误信息描述
|
void |
setProgress(Long Progress)
Set 进度百分比0~100
|
void |
setStartTime(String StartTime)
Set 开始时间
|
void |
setStatus(Long Status)
Set Job状态
|
void |
setType(Long Type)
Set Job类型
|
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, toJsonString
public InstanceTask()
public InstanceTask(InstanceTask source)
public Long getId()
public void setId(Long Id)
Id
- 唯一idpublic Long getType()
public void setType(Long Type)
Type
- Job类型public Long getStatus()
public void setStatus(Long Status)
Status
- Job状态public Long getProgress()
public void setProgress(Long Progress)
Progress
- 进度百分比0~100public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间public Long getErrorCode()
public void setErrorCode(Long ErrorCode)
ErrorCode
- 错误代码public String getMessage()
public void setMessage(String Message)
Message
- 错误信息描述Copyright © 2024. All rights reserved.