public class DescribeAccountsRequest extends AbstractModel
header, skipSign| 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 匹配账号名的正则表达式,规则同 MySQL 官网。 | 
| String | getInstanceId()Get 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。 | 
| Long | getLimit()Get 单次请求返回的数量,默认值为20,最小值为1,最大值为100。 | 
| Long | getOffset()Get 记录偏移量,默认值为0。 | 
| String | getOrderBy()Get 待排序的时间字段,可选:CreateTime(账号创建时间)、ModifyTime(账号更新时间)、ModifyPasswordTime(密码修改时间) | 
| String | getSortBy()Get 默认无排序,支持:ASC、DESC、asc、desc | 
| void | setAccountRegexp(String AccountRegexp)Set 匹配账号名的正则表达式,规则同 MySQL 官网。 | 
| void | setInstanceId(String InstanceId)Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。 | 
| void | setLimit(Long Limit)Set 单次请求返回的数量,默认值为20,最小值为1,最大值为100。 | 
| void | setOffset(Long Offset)Set 记录偏移量,默认值为0。 | 
| void | setOrderBy(String OrderBy)Set 待排序的时间字段,可选:CreateTime(账号创建时间)、ModifyTime(账号更新时间)、ModifyPasswordTime(密码修改时间) | 
| void | setSortBy(String SortBy)Set 默认无排序,支持:ASC、DESC、asc、desc | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAccountsRequest()
public DescribeAccountsRequest(DescribeAccountsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。public Long getOffset()
public void setOffset(Long Offset)
Offset - 记录偏移量,默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 单次请求返回的数量,默认值为20,最小值为1,最大值为100。public String getAccountRegexp()
public void setAccountRegexp(String AccountRegexp)
AccountRegexp - 匹配账号名的正则表达式,规则同 MySQL 官网。public String getSortBy()
public void setSortBy(String SortBy)
SortBy - 默认无排序,支持:ASC、DESC、asc、descpublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - 待排序的时间字段,可选:CreateTime(账号创建时间)、ModifyTime(账号更新时间)、ModifyPasswordTime(密码修改时间)Copyright © 2025. All rights reserved.