Class DescribeCompliancePeriodTaskListRequest


  • public class DescribeCompliancePeriodTaskListRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeCompliancePeriodTaskListRequest

        public DescribeCompliancePeriodTaskListRequest()
      • DescribeCompliancePeriodTaskListRequest

        public DescribeCompliancePeriodTaskListRequest​(DescribeCompliancePeriodTaskListRequest 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。