public class DescribeComplianceAssetPolicyItemListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeComplianceAssetPolicyItemListRequest() | 
| DescribeComplianceAssetPolicyItemListRequest(DescribeComplianceAssetPolicyItemListRequest 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 Docker容器 ASSET_IMAGE Docker镜像 ASSET_HOST Docker主机 ASSET_K8S Kubernetes ASSET_CONTAINERD Containerd主机 ASSET_CONTAINERD_CONTAINER Containerd容器 | 
| Long | getCustomerAssetId()Get 客户资产的ID。 | 
| ComplianceFilters[] | getFilters()Get 过滤器列表。Name字段支持
RiskLevel, AppId | 
| Long | getLimit()Get 要获取的数据量,默认为10,最大为100。 | 
| Long | getOffset()Get 起始偏移量,默认为0。 | 
| void | setAssetType(String AssetType)Set 资产类型 ASSET_CONTAINER Docker容器 ASSET_IMAGE Docker镜像 ASSET_HOST Docker主机 ASSET_K8S Kubernetes ASSET_CONTAINERD Containerd主机 ASSET_CONTAINERD_CONTAINER Containerd容器 | 
| void | setCustomerAssetId(Long CustomerAssetId)Set 客户资产的ID。 | 
| void | setFilters(ComplianceFilters[] Filters)Set 过滤器列表。Name字段支持
RiskLevel, AppId | 
| 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 DescribeComplianceAssetPolicyItemListRequest()
public DescribeComplianceAssetPolicyItemListRequest(DescribeComplianceAssetPolicyItemListRequest source)
public Long getCustomerAssetId()
public void setCustomerAssetId(Long CustomerAssetId)
CustomerAssetId - 客户资产的ID。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字段支持
RiskLevel, AppIdpublic String getAssetType()
public void setAssetType(String AssetType)
AssetType - 资产类型 Copyright © 2025. All rights reserved.