Class DescribeSimpleClustersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeSimpleClustersRequest
-
public class DescribeSimpleClustersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSimpleClustersRequest()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getClusterIdList()Get 需要查询的集群ID列表,不填或不传入时查询所有内容StringgetClusterType()Get 需要查询的集群类型,不填或不传入时查询所有内容BooleangetDisableProgramAuthCheck()Get 无LonggetLimit()Get 分页个数,默认为20, 取值应为1~50LonggetOffset()Get 查询偏移量,默认为0StringgetSearchWord()Get 对id和name进行关键词过滤voidsetClusterIdList(String[] ClusterIdList)Set 需要查询的集群ID列表,不填或不传入时查询所有内容voidsetClusterType(String ClusterType)Set 需要查询的集群类型,不填或不传入时查询所有内容voidsetDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)Set 无voidsetLimit(Long Limit)Set 分页个数,默认为20, 取值应为1~50voidsetOffset(Long Offset)Set 查询偏移量,默认为0voidsetSearchWord(String SearchWord)Set 对id和name进行关键词过滤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
-
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- 无
-
-