Class DescribeComplianceTaskPolicyItemSummaryListRequest


  • public class DescribeComplianceTaskPolicyItemSummaryListRequest
    extends AbstractModel
    • 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。