Class DescribeAccountsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.DescribeAccountsRequest
-
public class DescribeAccountsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAccountsRequest()DescribeAccountsRequest(DescribeAccountsRequest 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[]getAccountNames()Get 需要过滤的账户列表StringgetAccountRegular()Get 模糊匹配关键字(同时匹配AccountName和AccountHost,返回并集结果,支持正则)StringgetClusterId()Get 集群IDStringgetDbType()Get 数据库类型,取值范围: MYSQL 该参数已废用String[]getHosts()Get 需要过滤的账户列表LonggetLimit()Get 限制量LonggetOffset()Get 偏移量voidsetAccountNames(String[] AccountNames)Set 需要过滤的账户列表voidsetAccountRegular(String AccountRegular)Set 模糊匹配关键字(同时匹配AccountName和AccountHost,返回并集结果,支持正则)voidsetClusterId(String ClusterId)Set 集群IDvoidsetDbType(String DbType)Set 数据库类型,取值范围: MYSQL 该参数已废用voidsetHosts(String[] Hosts)Set 需要过滤的账户列表voidsetLimit(Long Limit)Set 限制量voidsetOffset(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
-
DescribeAccountsRequest
public DescribeAccountsRequest()
-
DescribeAccountsRequest
public DescribeAccountsRequest(DescribeAccountsRequest 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
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getAccountNames
public String[] getAccountNames()
Get 需要过滤的账户列表- Returns:
- AccountNames 需要过滤的账户列表
-
setAccountNames
public void setAccountNames(String[] AccountNames)
Set 需要过滤的账户列表- Parameters:
AccountNames- 需要过滤的账户列表
-
getDbType
public String getDbType()
Get 数据库类型,取值范围:- MYSQL
该参数已废用- Returns:
- DbType 数据库类型,取值范围:
- MYSQL
该参数已废用
-
setDbType
public void setDbType(String DbType)
Set 数据库类型,取值范围:- MYSQL
该参数已废用- Parameters:
DbType- 数据库类型,取值范围:- MYSQL
该参数已废用
-
getHosts
public String[] getHosts()
Get 需要过滤的账户列表- Returns:
- Hosts 需要过滤的账户列表
-
setHosts
public void setHosts(String[] Hosts)
Set 需要过滤的账户列表- Parameters:
Hosts- 需要过滤的账户列表
-
getLimit
public Long getLimit()
Get 限制量- Returns:
- Limit 限制量
-
setLimit
public void setLimit(Long Limit)
Set 限制量- Parameters:
Limit- 限制量
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getAccountRegular
public String getAccountRegular()
Get 模糊匹配关键字(同时匹配AccountName和AccountHost,返回并集结果,支持正则)- Returns:
- AccountRegular 模糊匹配关键字(同时匹配AccountName和AccountHost,返回并集结果,支持正则)
-
setAccountRegular
public void setAccountRegular(String AccountRegular)
Set 模糊匹配关键字(同时匹配AccountName和AccountHost,返回并集结果,支持正则)- Parameters:
AccountRegular- 模糊匹配关键字(同时匹配AccountName和AccountHost,返回并集结果,支持正则)
-
-