public class DescribeComplianceScanFailedAssetListRequest extends AbstractModel
Constructor and Description |
---|
DescribeComplianceScanFailedAssetListRequest() |
DescribeComplianceScanFailedAssetListRequest(DescribeComplianceScanFailedAssetListRequest 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 资产类型列表。
ASSET_CONTAINER, 容器
ASSET_IMAGE, 镜像
ASSET_HOST, 主机
ASSET_K8S, K8S资产
|
ComplianceFilters[] |
getFilters()
Get 查询过滤器
|
Long |
getLimit()
Get 返回的数据量,默认为10,最大为100。
|
Long |
getOffset()
Get 起始偏移量,默认为0。
|
void |
setAssetTypeSet(String[] AssetTypeSet)
Set 资产类型列表。
ASSET_CONTAINER, 容器
ASSET_IMAGE, 镜像
ASSET_HOST, 主机
ASSET_K8S, K8S资产
|
void |
setFilters(ComplianceFilters[] Filters)
Set 查询过滤器
|
void |
setLimit(Long Limit)
Set 返回的数据量,默认为10,最大为100。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeComplianceScanFailedAssetListRequest()
public DescribeComplianceScanFailedAssetListRequest(DescribeComplianceScanFailedAssetListRequest source)
public String[] getAssetTypeSet()
public void setAssetTypeSet(String[] AssetTypeSet)
AssetTypeSet
- 资产类型列表。
ASSET_CONTAINER, 容器
ASSET_IMAGE, 镜像
ASSET_HOST, 主机
ASSET_K8S, K8S资产public Long getOffset()
public void setOffset(Long Offset)
Offset
- 起始偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回的数据量,默认为10,最大为100。public ComplianceFilters[] getFilters()
public void setFilters(ComplianceFilters[] Filters)
Filters
- 查询过滤器Copyright © 2022. All rights reserved.