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[] |
getAccountNames()
Get 需要过滤的账户列表
|
String |
getClusterId()
Get 集群ID
|
String |
getDbType()
Get 数据库类型,取值范围:
MYSQL
|
void |
setAccountNames(String[] AccountNames)
Set 需要过滤的账户列表
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setDbType(String DbType)
Set 数据库类型,取值范围:
MYSQL
|
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, toJsonString
public 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
- 数据库类型,取值范围:
Copyright © 2022. All rights reserved.