Class DescribeComplianceTaskPolicyItemSummaryListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeComplianceTaskPolicyItemSummaryListRequest
-
public class DescribeComplianceTaskPolicyItemSummaryListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssetType()Get 资产类型。仅查询与指定资产类型相关的检测项。 ASSET_CONTAINER, 容器 ASSET_IMAGE, 镜像 ASSET_HOST, 主机 ASSET_K8S, K8S资产ComplianceFilters[]getFilters()Get 过滤条件。 Name - String Name 可取值:ItemType, StandardId, RiskLevel。 当为K8S资产时,还可取ClusterName。LonggetLimit()Get 需要返回的数量,默认为10,最大值为100。LonggetOffset()Get 起始偏移量,默认为0。voidsetAssetType(String AssetType)Set 资产类型。仅查询与指定资产类型相关的检测项。 ASSET_CONTAINER, 容器 ASSET_IMAGE, 镜像 ASSET_HOST, 主机 ASSET_K8S, K8S资产voidsetFilters(ComplianceFilters[] Filters)Set 过滤条件。 Name - String Name 可取值:ItemType, StandardId, RiskLevel。 当为K8S资产时,还可取ClusterName。voidsetLimit(Long Limit)Set 需要返回的数量,默认为10,最大值为100。voidsetOffset(Long Offset)Set 起始偏移量,默认为0。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeComplianceTaskPolicyItemSummaryListRequest
public DescribeComplianceTaskPolicyItemSummaryListRequest()
-
DescribeComplianceTaskPolicyItemSummaryListRequest
public 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.
-
-
Method Detail
-
getAssetType
public String getAssetType()
Get 资产类型。仅查询与指定资产类型相关的检测项。 ASSET_CONTAINER, 容器 ASSET_IMAGE, 镜像 ASSET_HOST, 主机 ASSET_K8S, K8S资产- Returns:
- AssetType 资产类型。仅查询与指定资产类型相关的检测项。 ASSET_CONTAINER, 容器 ASSET_IMAGE, 镜像 ASSET_HOST, 主机 ASSET_K8S, K8S资产
-
setAssetType
public void setAssetType(String AssetType)
Set 资产类型。仅查询与指定资产类型相关的检测项。 ASSET_CONTAINER, 容器 ASSET_IMAGE, 镜像 ASSET_HOST, 主机 ASSET_K8S, K8S资产- Parameters:
AssetType- 资产类型。仅查询与指定资产类型相关的检测项。 ASSET_CONTAINER, 容器 ASSET_IMAGE, 镜像 ASSET_HOST, 主机 ASSET_K8S, K8S资产
-
getOffset
public Long getOffset()
Get 起始偏移量,默认为0。- Returns:
- Offset 起始偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 起始偏移量,默认为0。- Parameters:
Offset- 起始偏移量,默认为0。
-
getLimit
public Long getLimit()
Get 需要返回的数量,默认为10,最大值为100。- Returns:
- Limit 需要返回的数量,默认为10,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100。- Parameters:
Limit- 需要返回的数量,默认为10,最大值为100。
-
getFilters
public ComplianceFilters[] getFilters()
Get 过滤条件。 Name - String Name 可取值:ItemType, StandardId, RiskLevel。 当为K8S资产时,还可取ClusterName。- Returns:
- Filters 过滤条件。 Name - String Name 可取值:ItemType, StandardId, RiskLevel。 当为K8S资产时,还可取ClusterName。
-
setFilters
public void setFilters(ComplianceFilters[] Filters)
Set 过滤条件。 Name - String Name 可取值:ItemType, StandardId, RiskLevel。 当为K8S资产时,还可取ClusterName。- Parameters:
Filters- 过滤条件。 Name - String Name 可取值:ItemType, StandardId, RiskLevel。 当为K8S资产时,还可取ClusterName。
-
-