public class UpdateCertificateRecordRetryRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateCertificateRecordRetryRequest() | 
| UpdateCertificateRecordRetryRequest(UpdateCertificateRecordRetryRequest 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 To-be-redeployed record detail ID | 
| Long | getDeployRecordId()Get To-be-redeployed record ID | 
| void | setDeployRecordDetailId(Long DeployRecordDetailId)Set To-be-redeployed record detail ID | 
| void | setDeployRecordId(Long DeployRecordId)Set To-be-redeployed record ID | 
| 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, toJsonStringpublic UpdateCertificateRecordRetryRequest()
public UpdateCertificateRecordRetryRequest(UpdateCertificateRecordRetryRequest source)
public Long getDeployRecordId()
public void setDeployRecordId(Long DeployRecordId)
DeployRecordId - To-be-redeployed record IDpublic Long getDeployRecordDetailId()
public void setDeployRecordDetailId(Long DeployRecordDetailId)
DeployRecordDetailId - To-be-redeployed record detail IDCopyright © 2024. All rights reserved.