public class DeleteTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteTaskResult() |
DeleteTaskResult(DeleteTaskResult 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 |
getCacheTime()
Get 当前结果缓存时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCertId()
Get 证书ID
|
String[] |
getDomains()
Get 包含的域名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getError()
Get 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 异步查询结果: 0表示任务进行中、 1表示任务成功、 2表示任务失败、3表示未授权服务角色导致任务失败、4表示有未解绑的云资源导致任务失败、5表示查询关联云资源超时导致任务失败
|
String |
getTaskId()
Get 任务ID
|
void |
setCacheTime(String CacheTime)
Set 当前结果缓存时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCertId(String CertId)
Set 证书ID
|
void |
setDomains(String[] Domains)
Set 包含的域名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setError(String Error)
Set 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 异步查询结果: 0表示任务进行中、 1表示任务成功、 2表示任务失败、3表示未授权服务角色导致任务失败、4表示有未解绑的云资源导致任务失败、5表示查询关联云资源超时导致任务失败
|
void |
setTaskId(String TaskId)
Set 任务ID
|
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 DeleteTaskResult()
public DeleteTaskResult(DeleteTaskResult source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 任务IDpublic String getCertId()
public void setCertId(String CertId)
CertId
- 证书IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- 异步查询结果: 0表示任务进行中、 1表示任务成功、 2表示任务失败、3表示未授权服务角色导致任务失败、4表示有未解绑的云资源导致任务失败、5表示查询关联云资源超时导致任务失败public String getError()
public void setError(String Error)
Error
- 错误信息
注意:此字段可能返回 null,表示取不到有效值。public String getCacheTime()
public void setCacheTime(String CacheTime)
CacheTime
- 当前结果缓存时间
注意:此字段可能返回 null,表示取不到有效值。public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- 包含的域名
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.