public class DeployCertificateRecordRetryRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeployCertificateRecordRetryRequest() | 
| DeployCertificateRecordRetryRequest(DeployCertificateRecordRetryRequest 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 | getDeployRecordDetailId()Get 待重试部署记录详情ID,通过DescribeHostDeployRecordDetail获得 | 
| Long | getDeployRecordId()Get 待重试部署记录ID,通过DeployCertificateInstance获得 | 
| void | setDeployRecordDetailId(Long DeployRecordDetailId)Set 待重试部署记录详情ID,通过DescribeHostDeployRecordDetail获得 | 
| void | setDeployRecordId(Long DeployRecordId)Set 待重试部署记录ID,通过DeployCertificateInstance获得 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeployCertificateRecordRetryRequest()
public DeployCertificateRecordRetryRequest(DeployCertificateRecordRetryRequest source)
public Long getDeployRecordId()
public void setDeployRecordId(Long DeployRecordId)
DeployRecordId - 待重试部署记录ID,通过DeployCertificateInstance获得public Long getDeployRecordDetailId()
public void setDeployRecordDetailId(Long DeployRecordDetailId)
DeployRecordDetailId - 待重试部署记录详情ID,通过DescribeHostDeployRecordDetail获得Copyright © 2025. All rights reserved.