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[] | getAccountNames()Get 需要过滤的账户列表 | 
| String | getAccountRegular()Get 模糊匹配关键字(同时匹配AccountName和AccountHost,返回并集结果,支持正则) | 
| String | getClusterId()Get 集群ID | 
| String | getDbType()Get 数据库类型,取值范围: 
 MYSQL 
该参数已废用 | 
| String[] | getHosts()Get 需要过滤的账户列表 | 
| Long | getLimit()Get 限制量 | 
| Long | getOffset()Get 偏移量 | 
| void | setAccountNames(String[] AccountNames)Set 需要过滤的账户列表 | 
| void | setAccountRegular(String AccountRegular)Set 模糊匹配关键字(同时匹配AccountName和AccountHost,返回并集结果,支持正则) | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setDbType(String DbType)Set 数据库类型,取值范围: 
 MYSQL 
该参数已废用 | 
| void | setHosts(String[] Hosts)Set 需要过滤的账户列表 | 
| void | setLimit(Long Limit)Set 限制量 | 
| void | setOffset(Long Offset)Set 偏移量 | 
| 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 getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String[] getAccountNames()
public void setAccountNames(String[] AccountNames)
AccountNames - 需要过滤的账户列表public String getDbType()
public void setDbType(String DbType)
DbType - 数据库类型,取值范围: 
public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts - 需要过滤的账户列表public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制量public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量public String getAccountRegular()
public void setAccountRegular(String AccountRegular)
AccountRegular - 模糊匹配关键字(同时匹配AccountName和AccountHost,返回并集结果,支持正则)Copyright © 2025. All rights reserved.