public class Task extends AbstractModel
header, skipSign
Constructor and Description |
---|
Task() |
Task(Task 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 |
getCreateTime()
Get Creation time of the task.
|
String |
getFailMessage()
Get Failure description for refresh and preheating.
|
String |
getFailType()
Get Refresh and preheat failure type.
|
String |
getJobId()
Get ID of the task.
|
String |
getMethod()
Get Node cache purge method.
|
String |
getStatus()
Get Status.
|
String |
getTarget()
Get Resource.
|
String |
getType()
Get Type of the task.
|
String |
getUpdateTime()
Get Completion time of the task.
|
void |
setCreateTime(String CreateTime)
Set Creation time of the task.
|
void |
setFailMessage(String FailMessage)
Set Failure description for refresh and preheating.
|
void |
setFailType(String FailType)
Set Refresh and preheat failure type.
|
void |
setJobId(String JobId)
Set ID of the task.
|
void |
setMethod(String Method)
Set Node cache purge method.
|
void |
setStatus(String Status)
Set Status.
|
void |
setTarget(String Target)
Set Resource.
|
void |
setType(String Type)
Set Type of the task.
|
void |
setUpdateTime(String UpdateTime)
Set Completion time of the task.
|
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 Task()
public Task(Task source)
public String getJobId()
public void setJobId(String JobId)
JobId
- ID of the task.public String getTarget()
public void setTarget(String Target)
Target
- Resource.public String getType()
public void setType(String Type)
Type
- Type of the task.public String getMethod()
public void setMethod(String Method)
Method
- Node cache purge method. valid values:.
public String getStatus()
public void setStatus(String Status)
Status
- Status. valid values:.
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of the task.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Completion time of the task.public String getFailType()
public void setFailType(String FailType)
FailType
- Refresh and preheat failure type. valid values:.
public String getFailMessage()
public void setFailMessage(String FailMessage)
FailMessage
- Failure description for refresh and preheating.Copyright © 2025. All rights reserved.