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