public class DescribeHostUpdateRecordDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeHostUpdateRecordDetailResponse() |
DescribeHostUpdateRecordDetailResponse(DescribeHostUpdateRecordDetailResponse 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 |
getFailedTotalCount()
Get Total number of failures.
|
UpdateRecordDetails[] |
getRecordDetailList()
Get Certificate deployment record list; returns an empty array if no value is obtained.
|
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).
|
Long |
getRunningTotalCount()
Get Total number of deployments in progress; returns 0 if unavailable.
|
Long |
getSuccessTotalCount()
Get Total number of successes; returns 0 if unavailable.
|
Long |
getTotalCount()
Get If the total number cannot be obtained, return 0.
|
void |
setFailedTotalCount(Long FailedTotalCount)
Set Total number of failures.
|
void |
setRecordDetailList(UpdateRecordDetails[] RecordDetailList)
Set Certificate deployment record list; returns an empty array if no value is obtained.
|
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 |
setRunningTotalCount(Long RunningTotalCount)
Set Total number of deployments in progress; returns 0 if unavailable.
|
void |
setSuccessTotalCount(Long SuccessTotalCount)
Set Total number of successes; returns 0 if unavailable.
|
void |
setTotalCount(Long TotalCount)
Set If the total number cannot be obtained, return 0.
|
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 DescribeHostUpdateRecordDetailResponse()
public DescribeHostUpdateRecordDetailResponse(DescribeHostUpdateRecordDetailResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- If the total number cannot be obtained, return 0.
Note: this field may return null, indicating that no valid values can be obtained.public UpdateRecordDetails[] getRecordDetailList()
public void setRecordDetailList(UpdateRecordDetails[] RecordDetailList)
RecordDetailList
- Certificate deployment record list; returns an empty array if no value is obtained.
Note: this field may return null, indicating that no valid values can be obtained.public Long getSuccessTotalCount()
public void setSuccessTotalCount(Long SuccessTotalCount)
SuccessTotalCount
- Total number of successes; returns 0 if unavailable.
Note: this field may return null, indicating that no valid values can be obtained.public Long getFailedTotalCount()
public void setFailedTotalCount(Long FailedTotalCount)
FailedTotalCount
- Total number of failures. if it cannot be obtained, return 0.
Note: this field may return null, indicating that no valid values can be obtained.public Long getRunningTotalCount()
public void setRunningTotalCount(Long RunningTotalCount)
RunningTotalCount
- Total number of deployments in progress; returns 0 if unavailable.
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.