public class DescribeHostUploadUpdateRecordDetailRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeHostUploadUpdateRecordDetailRequest() |
DescribeHostUploadUpdateRecordDetailRequest(DescribeHostUploadUpdateRecordDetailRequest 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 |
getDeployRecordId()
Get 托管记录ID
|
Long |
getLimit()
Get 每页数量,默认为10,最大为200, 超过200则为200
|
Long |
getOffset()
Get 偏移量,默认为0
|
void |
setDeployRecordId(Long DeployRecordId)
Set 托管记录ID
|
void |
setLimit(Long Limit)
Set 每页数量,默认为10,最大为200, 超过200则为200
|
void |
setOffset(Long Offset)
Set 偏移量,默认为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, toJsonString
public DescribeHostUploadUpdateRecordDetailRequest()
public DescribeHostUploadUpdateRecordDetailRequest(DescribeHostUploadUpdateRecordDetailRequest source)
public Long getDeployRecordId()
public void setDeployRecordId(Long DeployRecordId)
DeployRecordId
- 托管记录IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页数量,默认为10,最大为200, 超过200则为200public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0Copyright © 2025. All rights reserved.