public class SyncTaskBindResourceResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
SyncTaskBindResourceResult() |
SyncTaskBindResourceResult(SyncTaskBindResourceResult 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 |
---|---|
BindResourceResult[] |
getBindResourceResult()
Get The associated cloud resources.
|
String |
getCacheTime()
Get The cache time of the current result.
|
Error |
getError()
Get The error occurred when querying the associated cloud resources.
|
Long |
getStatus()
Get The status of the async task.
|
String |
getTaskId()
Get The task ID.
|
void |
setBindResourceResult(BindResourceResult[] BindResourceResult)
Set The associated cloud resources.
|
void |
setCacheTime(String CacheTime)
Set The cache time of the current result.
|
void |
setError(Error Error)
Set The error occurred when querying the associated cloud resources.
|
void |
setStatus(Long Status)
Set The status of the async task.
|
void |
setTaskId(String TaskId)
Set The task ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SyncTaskBindResourceResult()
public SyncTaskBindResourceResult(SyncTaskBindResourceResult source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The task ID.public BindResourceResult[] getBindResourceResult()
public void setBindResourceResult(BindResourceResult[] BindResourceResult)
BindResourceResult
- The associated cloud resources.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- The status of the async task. Valid values: `0` for querying, `1` for successful, and `2` for abnormal. If the status is `1`, the result of `BindResourceResult` will be displayed; if the status is `2`, the error causes will be displayed.public Error getError()
public void setError(Error Error)
Error
- The error occurred when querying the associated cloud resources.
Note: This field may return null, indicating that no valid values can be obtained.public String getCacheTime()
public void setCacheTime(String CacheTime)
CacheTime
- The cache time of the current result.Copyright © 2024. All rights reserved.