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 Task id, DeployRecordId of 0 indicates that the task is in progress.
|
Long |
getDeployStatus()
Get Status of the task; 1 indicates successful creation; 0 indicates that there is a task being updated currently, and no new update task has been created; the returned value DeployRecordId is the task id being updated.
|
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 Task Progress Details.
|
void |
setDeployRecordId(Long DeployRecordId)
Set Task id, DeployRecordId of 0 indicates that the task is in progress.
|
void |
setDeployStatus(Long DeployStatus)
Set Status of the task; 1 indicates successful creation; 0 indicates that there is a task being updated currently, and no new update task has been created; the returned value DeployRecordId is the task id being updated.
|
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 Task Progress Details.
|
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
- Task id, DeployRecordId of 0 indicates that the task is in progress. repeatedly requesting this api, when DeployRecordId returned is greater than 0, it indicates that the task is created successfully. if not created successfully, an exception will be thrown.
Note: this field may return null, indicating that no valid values can be obtained.public Long getDeployStatus()
public void setDeployStatus(Long DeployStatus)
DeployStatus
- Status of the task; 1 indicates successful creation; 0 indicates that there is a task being updated currently, and no new update task has been created; the returned value DeployRecordId is the task id being updated.public UpdateSyncProgress[] getUpdateSyncProgress()
public void setUpdateSyncProgress(UpdateSyncProgress[] UpdateSyncProgress)
UpdateSyncProgress
- Task Progress Details.
Note: this field may return null, indicating that no valid values can be obtained.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.