Class DescribeClustersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.DescribeClustersRequest
-
public class DescribeClustersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeClustersRequest()DescribeClustersRequest(DescribeClustersRequest 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[]getClusterIds()Get 指定查询的集群ID列表Filter[]getFilters()Get 查询过滤条件LonggetIpv6Enable()Get 是否启用Ipv6LonggetLimit()Get 查询列表返回记录数,默认值20LonggetOffset()Get 查询列表偏移量voidsetClusterIds(String[] ClusterIds)Set 指定查询的集群ID列表voidsetFilters(Filter[] Filters)Set 查询过滤条件voidsetIpv6Enable(Long Ipv6Enable)Set 是否启用Ipv6voidsetLimit(Long Limit)Set 查询列表返回记录数,默认值20voidsetOffset(Long Offset)Set 查询列表偏移量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
-
DescribeClustersRequest
public DescribeClustersRequest()
-
DescribeClustersRequest
public DescribeClustersRequest(DescribeClustersRequest 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
-
getClusterIds
public String[] getClusterIds()
Get 指定查询的集群ID列表- Returns:
- ClusterIds 指定查询的集群ID列表
-
setClusterIds
public void setClusterIds(String[] ClusterIds)
Set 指定查询的集群ID列表- Parameters:
ClusterIds- 指定查询的集群ID列表
-
getFilters
public Filter[] getFilters()
Get 查询过滤条件- Returns:
- Filters 查询过滤条件
-
setFilters
public void setFilters(Filter[] Filters)
Set 查询过滤条件- Parameters:
Filters- 查询过滤条件
-
getOffset
public Long getOffset()
Get 查询列表偏移量- Returns:
- Offset 查询列表偏移量
-
setOffset
public void setOffset(Long Offset)
Set 查询列表偏移量- Parameters:
Offset- 查询列表偏移量
-
getLimit
public Long getLimit()
Get 查询列表返回记录数,默认值20- Returns:
- Limit 查询列表返回记录数,默认值20
-
setLimit
public void setLimit(Long Limit)
Set 查询列表返回记录数,默认值20- Parameters:
Limit- 查询列表返回记录数,默认值20
-
getIpv6Enable
public Long getIpv6Enable()
Get 是否启用Ipv6- Returns:
- Ipv6Enable 是否启用Ipv6
-
setIpv6Enable
public void setIpv6Enable(Long Ipv6Enable)
Set 是否启用Ipv6- Parameters:
Ipv6Enable- 是否启用Ipv6
-
-