public class DescribeAccountsRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeAccountsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAccountRegexp()
Get Regular expression for matching account names, which complies with the rules at MySQL official website. 
 | 
String | 
getInstanceId()
Get Instance ID in the format of cdb-c1nl9rpv. 
 | 
Long | 
getLimit()
Get Number of results to be returned for a single request. 
 | 
Long | 
getOffset()
Get Record offset. 
 | 
void | 
setAccountRegexp(String AccountRegexp)
Set Regular expression for matching account names, which complies with the rules at MySQL official website. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-c1nl9rpv. 
 | 
void | 
setLimit(Long Limit)
Set Number of results to be returned for a single request. 
 | 
void | 
setOffset(Long Offset)
Set Record offset. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID in the format of cdb-c1nl9rpv. It is the same as the instance ID displayed on the TencentDB Console page.public Long getOffset()
public void setOffset(Long Offset)
Offset - Record offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returned for a single request. Value range: 1-100. Default value: 20.public String getAccountRegexp()
public void setAccountRegexp(String AccountRegexp)
AccountRegexp - Regular expression for matching account names, which complies with the rules at MySQL official website.Copyright © 2021. All rights reserved.