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 List of accounts to be filtered
|
String |
getAccountRegular()
Get Keywords for fuzzy search (match `AccountName` and `AccountHost` at the same time), which supports regex.
|
String |
getClusterId()
Get Cluster ID
|
String |
getDbType()
Get Database type.
|
String[] |
getHosts()
Get List of accounts to be filtered
|
Long |
getLimit()
Get Maximum entries returned per page
|
Long |
getOffset()
Get Offset
|
void |
setAccountNames(String[] AccountNames)
Set List of accounts to be filtered
|
void |
setAccountRegular(String AccountRegular)
Set Keywords for fuzzy search (match `AccountName` and `AccountHost` at the same time), which supports regex.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setDbType(String DbType)
Set Database type.
|
void |
setHosts(String[] Hosts)
Set List of accounts to be filtered
|
void |
setLimit(Long Limit)
Set Maximum entries returned per page
|
void |
setOffset(Long Offset)
Set Offset
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAccountsRequest()
public DescribeAccountsRequest(DescribeAccountsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String[] getAccountNames()
public void setAccountNames(String[] AccountNames)
AccountNames
- List of accounts to be filteredpublic String getDbType()
public void setDbType(String DbType)
DbType
- Database type. Valid values:
public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts
- List of accounts to be filteredpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum entries returned per pagepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic String getAccountRegular()
public void setAccountRegular(String AccountRegular)
AccountRegular
- Keywords for fuzzy search (match `AccountName` and `AccountHost` at the same time), which supports regex. The union results will be returned.Copyright © 2024. All rights reserved.