public class DescribeHostsCertificateRequest extends AbstractModel
Constructor and Description |
---|
DescribeHostsCertificateRequest() |
DescribeHostsCertificateRequest(DescribeHostsCertificateRequest 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 |
---|---|
CertFilter[] |
getFilters()
Get 查询条件过滤器
|
Long |
getLimit()
Get 分页查询限制数目,默认为 100,最大可设置为 1000
|
Long |
getOffset()
Get 分页查询偏移量,默认为 0
|
CertSort |
getSort()
Get 排序方式
|
String |
getZoneId()
Get Zone ID
|
void |
setFilters(CertFilter[] Filters)
Set 查询条件过滤器
|
void |
setLimit(Long Limit)
Set 分页查询限制数目,默认为 100,最大可设置为 1000
|
void |
setOffset(Long Offset)
Set 分页查询偏移量,默认为 0
|
void |
setSort(CertSort Sort)
Set 排序方式
|
void |
setZoneId(String ZoneId)
Set Zone ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeHostsCertificateRequest()
public DescribeHostsCertificateRequest(DescribeHostsCertificateRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询偏移量,默认为 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询限制数目,默认为 100,最大可设置为 1000public CertFilter[] getFilters()
public void setFilters(CertFilter[] Filters)
Filters
- 查询条件过滤器public CertSort getSort()
public void setSort(CertSort Sort)
Sort
- 排序方式Copyright © 2023. All rights reserved.