Class UpdateCertificateRecordRetryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.UpdateCertificateRecordRetryRequest
-
public class UpdateCertificateRecordRetryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDeployRecordDetailId()Get 待重试部署记录详情IDLonggetDeployRecordId()Get 待重试部署记录IDvoidsetDeployRecordDetailId(Long DeployRecordDetailId)Set 待重试部署记录详情IDvoidsetDeployRecordId(Long DeployRecordId)Set 待重试部署记录IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UpdateCertificateRecordRetryRequest
public UpdateCertificateRecordRetryRequest()
-
UpdateCertificateRecordRetryRequest
public 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.
-
-
Method Detail
-
getDeployRecordId
public Long getDeployRecordId()
Get 待重试部署记录ID- Returns:
- DeployRecordId 待重试部署记录ID
-
setDeployRecordId
public void setDeployRecordId(Long DeployRecordId)
Set 待重试部署记录ID- Parameters:
DeployRecordId- 待重试部署记录ID
-
getDeployRecordDetailId
public Long getDeployRecordDetailId()
Get 待重试部署记录详情ID- Returns:
- DeployRecordDetailId 待重试部署记录详情ID
-
setDeployRecordDetailId
public void setDeployRecordDetailId(Long DeployRecordDetailId)
Set 待重试部署记录详情ID- Parameters:
DeployRecordDetailId- 待重试部署记录详情ID
-
-