public class DescribeAccountsRequest extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAccountRegexp()Get Regex for matching account names, which complies with the rules at MySQL's 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 Regex for matching account names, which complies with the rules at MySQL's 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 DescribeAccountsRequest()
public DescribeAccountsRequest(DescribeAccountsRequest source)
public 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 in the TencentDB console.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 - Regex for matching account names, which complies with the rules at MySQL's official websiteCopyright © 2023. All rights reserved.