public class Task extends AbstractModel
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 |
---|---|
Long |
getAppId()
Get The application ID.
|
String |
getClusterId()
Get The network ID.
|
String |
getCreateTime()
Get The creation time.
|
String |
getErrorCode()
Get The error code.
|
String |
getErrorMsg()
Get The error message.
|
Long |
getGroupId()
Get The group ID.
|
Long |
getId()
Get The task ID.
|
Long |
getServiceId()
Get The service ID.
|
Long |
getStatus()
Get `0`: Under deployment; `1`: Deployed successfully; other values: Deployment failed.
|
String |
getUpdateTime()
Get The last updated time.
|
void |
setAppId(Long AppId)
Set The application ID.
|
void |
setClusterId(String ClusterId)
Set The network ID.
|
void |
setCreateTime(String CreateTime)
Set The creation time.
|
void |
setErrorCode(String ErrorCode)
Set The error code.
|
void |
setErrorMsg(String ErrorMsg)
Set The error message.
|
void |
setGroupId(Long GroupId)
Set The group ID.
|
void |
setId(Long Id)
Set The task ID.
|
void |
setServiceId(Long ServiceId)
Set The service ID.
|
void |
setStatus(Long Status)
Set `0`: Under deployment; `1`: Deployed successfully; other values: Deployment failed.
|
void |
setUpdateTime(String UpdateTime)
Set The last updated time.
|
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, toJsonString
public Task()
public Task(Task source)
public Long getId()
public void setId(Long Id)
Id
- The task ID.public Long getAppId()
public void setAppId(Long AppId)
AppId
- The application ID.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The network ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- The group ID.public Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId
- The service ID.public Long getStatus()
public void setStatus(Long Status)
Status
- `0`: Under deployment; `1`: Deployed successfully; other values: Deployment failed.public String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode
- The error code.public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg
- The error message.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The last updated time.Copyright © 2023. All rights reserved.