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 应用ID
|
String |
getClusterId()
Get 网络ID
|
String |
getCreateTime()
Get 生成时间
|
String |
getErrorCode()
Get 错误码
|
String |
getErrorMsg()
Get 错误提示
|
Long |
getGroupId()
Get 群组ID
|
Long |
getId()
Get 任务ID
|
Long |
getServiceId()
Get 服务ID
|
Long |
getStatus()
Get 0: 部署中,1:部署成功,其他失败
|
String |
getUpdateTime()
Get 更新时间
|
void |
setAppId(Long AppId)
Set 应用ID
|
void |
setClusterId(String ClusterId)
Set 网络ID
|
void |
setCreateTime(String CreateTime)
Set 生成时间
|
void |
setErrorCode(String ErrorCode)
Set 错误码
|
void |
setErrorMsg(String ErrorMsg)
Set 错误提示
|
void |
setGroupId(Long GroupId)
Set 群组ID
|
void |
setId(Long Id)
Set 任务ID
|
void |
setServiceId(Long ServiceId)
Set 服务ID
|
void |
setStatus(Long Status)
Set 0: 部署中,1:部署成功,其他失败
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
|
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
- 任务IDpublic Long getAppId()
public void setAppId(Long AppId)
AppId
- 应用IDpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络IDpublic Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 群组IDpublic Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId
- 服务IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- 0: 部署中,1:部署成功,其他失败public String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode
- 错误码public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg
- 错误提示public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 生成时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间Copyright © 2023. All rights reserved.