Class DescribeSimpleClustersRequest


  • public class DescribeSimpleClustersRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeSimpleClustersRequest

        public DescribeSimpleClustersRequest()
      • DescribeSimpleClustersRequest

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

      • getClusterIdList

        public String[] getClusterIdList()
        Get 需要查询的集群ID列表,不填或不传入时查询所有内容
        Returns:
        ClusterIdList 需要查询的集群ID列表,不填或不传入时查询所有内容
      • setClusterIdList

        public void setClusterIdList​(String[] ClusterIdList)
        Set 需要查询的集群ID列表,不填或不传入时查询所有内容
        Parameters:
        ClusterIdList - 需要查询的集群ID列表,不填或不传入时查询所有内容
      • getClusterType

        public String getClusterType()
        Get 需要查询的集群类型,不填或不传入时查询所有内容
        Returns:
        ClusterType 需要查询的集群类型,不填或不传入时查询所有内容
      • setClusterType

        public void setClusterType​(String ClusterType)
        Set 需要查询的集群类型,不填或不传入时查询所有内容
        Parameters:
        ClusterType - 需要查询的集群类型,不填或不传入时查询所有内容
      • 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 分页个数,默认为20, 取值应为1~50
        Returns:
        Limit 分页个数,默认为20, 取值应为1~50
      • setLimit

        public void setLimit​(Long Limit)
        Set 分页个数,默认为20, 取值应为1~50
        Parameters:
        Limit - 分页个数,默认为20, 取值应为1~50
      • getSearchWord

        public String getSearchWord()
        Get 对id和name进行关键词过滤
        Returns:
        SearchWord 对id和name进行关键词过滤
      • setSearchWord

        public void setSearchWord​(String SearchWord)
        Set 对id和name进行关键词过滤
        Parameters:
        SearchWord - 对id和name进行关键词过滤
      • getDisableProgramAuthCheck

        public Boolean getDisableProgramAuthCheck()
        Get 无
        Returns:
        DisableProgramAuthCheck 无
      • setDisableProgramAuthCheck

        public void setDisableProgramAuthCheck​(Boolean DisableProgramAuthCheck)
        Set 无
        Parameters:
        DisableProgramAuthCheck - 无