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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.