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
|
String |
getMessage()
Get
|
Long |
getProgress()
Get
|
String |
getStartTime()
Get
|
Long |
getStatus()
Get
|
Long |
getType()
Get
|
void |
setEndTime(String EndTime)
Set
|
void |
setErrorCode(Long ErrorCode)
Set
|
void |
setId(Long Id)
Set
|
void |
setMessage(String Message)
Set
|
void |
setProgress(Long Progress)
Set
|
void |
setStartTime(String StartTime)
Set
|
void |
setStatus(Long Status)
Set
|
void |
setType(Long Type)
Set
|
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
- public Long getType()
public void setType(Long Type)
Type
- public Long getStatus()
public void setStatus(Long Status)
Status
- public Long getProgress()
public void setProgress(Long Progress)
Progress
- public 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 © 2025. All rights reserved.