public class DescribeComplianceTaskPolicyItemSummaryListRequest extends AbstractModel
header, skipSign| 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 检测项名字 ItemType  string 检测项类型 RiskLevel string 威胁等级 IsOpen    int    是否开启 | 
| 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 检测项名字 ItemType  string 检测项类型 RiskLevel string 威胁等级 IsOpen    int    是否开启 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - 过滤条件 Copyright © 2025. All rights reserved.