public class UpdateCertificateInstanceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateCertificateInstanceResponse() |
UpdateCertificateInstanceResponse(UpdateCertificateInstanceResponse 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 |
getDeployRecordId()
Get Cloud resource deployment task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getDeployStatus()
Get Deployment status.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
UpdateSyncProgress[] |
getUpdateSyncProgress()
Get
|
void |
setDeployRecordId(Long DeployRecordId)
Set Cloud resource deployment task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDeployStatus(Long DeployStatus)
Set Deployment status.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setUpdateSyncProgress(UpdateSyncProgress[] UpdateSyncProgress)
Set
|
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 UpdateCertificateInstanceResponse()
public UpdateCertificateInstanceResponse(UpdateCertificateInstanceResponse source)
public Long getDeployRecordId()
public void setDeployRecordId(Long DeployRecordId)
DeployRecordId
- Cloud resource deployment task ID
Note: This field may return null, indicating that no valid value can be obtained.public Long getDeployStatus()
public void setDeployStatus(Long DeployStatus)
DeployStatus
- Deployment status. 1 indicates that the deployment succeeded, and 0 indicates that the deployment failed.public UpdateSyncProgress[] getUpdateSyncProgress()
public void setUpdateSyncProgress(UpdateSyncProgress[] UpdateSyncProgress)
UpdateSyncProgress
- public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.