public class UploadUpdateCertificateInstanceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
UploadUpdateCertificateInstanceResponse() |
UploadUpdateCertificateInstanceResponse(UploadUpdateCertificateInstanceResponse 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 The tencent cloud resource update task ID.
|
Long |
getDeployStatus()
Get Update task creation status: 1 indicates successful creation; 0 indicates an existing ongoing update task, and no new update task was created.
|
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 Create progress details for asynchronous update tasks.
|
void |
setDeployRecordId(Long DeployRecordId)
Set The tencent cloud resource update task ID.
|
void |
setDeployStatus(Long DeployStatus)
Set Update task creation status: 1 indicates successful creation; 0 indicates an existing ongoing update task, and no new update task was created.
|
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 Create progress details for asynchronous update tasks.
|
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 UploadUpdateCertificateInstanceResponse()
public UploadUpdateCertificateInstanceResponse(UploadUpdateCertificateInstanceResponse source)
public Long getDeployRecordId()
public void setDeployRecordId(Long DeployRecordId)
DeployRecordId
- The tencent cloud resource update task ID. DeployRecordId equals 0 indicates the task is in progress. Repeatedly request this API, and when DeployRecordId is greater than 0, it means the task has been successfully created. If not successfully created, an exception will be thrown.public Long getDeployStatus()
public void setDeployStatus(Long DeployStatus)
DeployStatus
- Update task creation status: 1 indicates successful creation; 0 indicates an existing ongoing update task, and no new update task was created. The return value DeployRecordId represents the ID of the ongoing update task.public UpdateSyncProgress[] getUpdateSyncProgress()
public void setUpdateSyncProgress(UpdateSyncProgress[] UpdateSyncProgress)
UpdateSyncProgress
- Create progress details for asynchronous update tasks.
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.