public class DescribeComplianceWhitelistItemListRequest extends AbstractModel
Constructor and Description |
---|
DescribeComplianceWhitelistItemListRequest() |
DescribeComplianceWhitelistItemListRequest(DescribeComplianceWhitelistItemListRequest 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[] |
getAssetTypeSet()
Get 资产类型列表。
|
String |
getBy()
Get 排序字段
|
ComplianceFilters[] |
getFilters()
Get 查询过滤器
|
Long |
getLimit()
Get 要获取的数量,默认为10,最大为100。
|
Long |
getOffset()
Get 起始偏移量,默认为0。
|
String |
getOrder()
Get 排序方式 desc asc
|
void |
setAssetTypeSet(String[] AssetTypeSet)
Set 资产类型列表。
|
void |
setBy(String By)
Set 排序字段
|
void |
setFilters(ComplianceFilters[] Filters)
Set 查询过滤器
|
void |
setLimit(Long Limit)
Set 要获取的数量,默认为10,最大为100。
|
void |
setOffset(Long Offset)
Set 起始偏移量,默认为0。
|
void |
setOrder(String Order)
Set 排序方式 desc asc
|
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 DescribeComplianceWhitelistItemListRequest()
public DescribeComplianceWhitelistItemListRequest(DescribeComplianceWhitelistItemListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 起始偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 要获取的数量,默认为10,最大为100。public String[] getAssetTypeSet()
public void setAssetTypeSet(String[] AssetTypeSet)
AssetTypeSet
- 资产类型列表。public ComplianceFilters[] getFilters()
public void setFilters(ComplianceFilters[] Filters)
Filters
- 查询过滤器public String getBy()
public void setBy(String By)
By
- 排序字段public String getOrder()
public void setOrder(String Order)
Order
- 排序方式 desc ascCopyright © 2023. All rights reserved.