public class DescribeComplianceTaskPolicyItemSummaryListRequest extends AbstractModel
Constructor and Description |
---|
DescribeComplianceTaskPolicyItemSummaryListRequest() |
DescribeComplianceTaskPolicyItemSummaryListRequest(DescribeComplianceTaskPolicyItemSummaryListRequest 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 |
getAssetType()
Get 资产类型。仅查询与指定资产类型相关的检测项。
ASSET_CONTAINER, 容器
ASSET_IMAGE, 镜像
ASSET_HOST, 主机
ASSET_K8S, K8S资产
|
ComplianceFilters[] |
getFilters()
Get 过滤条件。
Name - String
Name 可取值:ItemType, StandardId, RiskLevel。
当为K8S资产时,还可取ClusterName。
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100。
|
Long |
getOffset()
Get 起始偏移量,默认为0。
|
void |
setAssetType(String AssetType)
Set 资产类型。仅查询与指定资产类型相关的检测项。
ASSET_CONTAINER, 容器
ASSET_IMAGE, 镜像
ASSET_HOST, 主机
ASSET_K8S, K8S资产
|
void |
setFilters(ComplianceFilters[] Filters)
Set 过滤条件。
Name - String
Name 可取值:ItemType, StandardId, RiskLevel。
当为K8S资产时,还可取ClusterName。
|
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 DescribeComplianceTaskPolicyItemSummaryListRequest()
public DescribeComplianceTaskPolicyItemSummaryListRequest(DescribeComplianceTaskPolicyItemSummaryListRequest source)
public String getAssetType()
public void setAssetType(String AssetType)
AssetType
- 资产类型。仅查询与指定资产类型相关的检测项。
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
- 过滤条件。
Name - String
Name 可取值:ItemType, StandardId, RiskLevel。
当为K8S资产时,还可取ClusterName。Copyright © 2022. All rights reserved.