Class DescribeAssetProcessListRequest


  • public class DescribeAssetProcessListRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeAssetProcessListRequest

        public DescribeAssetProcessListRequest()
      • DescribeAssetProcessListRequest

        public DescribeAssetProcessListRequest​(DescribeAssetProcessListRequest 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

      • getLimit

        public Long getLimit()
        Get 需要返回的数量,默认为10,最大值为100
        Returns:
        Limit 需要返回的数量,默认为10,最大值为100
      • setLimit

        public void setLimit​(Long Limit)
        Set 需要返回的数量,默认为10,最大值为100
        Parameters:
        Limit - 需要返回的数量,默认为10,最大值为100
      • getOffset

        public Long getOffset()
        Get 偏移量,默认为0。
        Returns:
        Offset 偏移量,默认为0。
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,默认为0。
        Parameters:
        Offset - 偏移量,默认为0。
      • getFilters

        public AssetFilters[] getFilters()
        Get 过滤条件。
      • RunAs - String - 是否必填:否 - 运行用户筛选,
      • ContainerID - String - 是否必填:否 - 容器id
      • HostID- String - 是否必填:是 - 主机id
      • HostIP- string - 是否必填:否 - 主机ip搜索
      • ProcessName- string - 是否必填:否 - 进程名搜索
      • Pid- string - 是否必填:否 - 进程id搜索(关联进程)
Returns:
Filters 过滤条件。
  • RunAs - String - 是否必填:否 - 运行用户筛选,
  • ContainerID - String - 是否必填:否 - 容器id
  • HostID- String - 是否必填:是 - 主机id
  • HostIP- string - 是否必填:否 - 主机ip搜索
  • ProcessName- string - 是否必填:否 - 进程名搜索
  • Pid- string - 是否必填:否 - 进程id搜索(关联进程)
  • Parameters:
    Filters - 过滤条件。
  • RunAs - String - 是否必填:否 - 运行用户筛选,
  • ContainerID - String - 是否必填:否 - 容器id
  • HostID- String - 是否必填:是 - 主机id
  • HostIP- string - 是否必填:否 - 主机ip搜索
  • ProcessName- string - 是否必填:否 - 进程名搜索
  • Pid- string - 是否必填:否 - 进程id搜索(关联进程)