public class DescribeHostUpdateRecordDetailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeHostUpdateRecordDetailRequest() | 
| DescribeHostUpdateRecordDetailRequest(DescribeHostUpdateRecordDetailRequest 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 | 
|---|---|
| String | getDeployRecordId()Get 部署记录ID,通过调用UpdateCertificateInstance接口返回的记录ID, 或者通过UpdateCertificateRecordRollback回滚接口返回的记录ID | 
| String | getLimit()Get 每页数量,默认10。最大值为200 | 
| String | getOffset()Get 分页偏移量,从0开始。默认为0 | 
| void | setDeployRecordId(String DeployRecordId)Set 部署记录ID,通过调用UpdateCertificateInstance接口返回的记录ID, 或者通过UpdateCertificateRecordRollback回滚接口返回的记录ID | 
| void | setLimit(String Limit)Set 每页数量,默认10。最大值为200 | 
| void | setOffset(String Offset)Set 分页偏移量,从0开始。默认为0 | 
| 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 DescribeHostUpdateRecordDetailRequest()
public DescribeHostUpdateRecordDetailRequest(DescribeHostUpdateRecordDetailRequest source)
public String getDeployRecordId()
public void setDeployRecordId(String DeployRecordId)
DeployRecordId - 部署记录ID,通过调用UpdateCertificateInstance接口返回的记录ID, 或者通过UpdateCertificateRecordRollback回滚接口返回的记录IDpublic String getLimit()
public void setLimit(String Limit)
Limit - 每页数量,默认10。最大值为200public String getOffset()
public void setOffset(String Offset)
Offset - 分页偏移量,从0开始。默认为0Copyright © 2025. All rights reserved.