public class DescribeDBPrivilegeByAccountRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDBPrivilegeByAccountRequest() |
DescribeDBPrivilegeByAccountRequest(DescribeDBPrivilegeByAccountRequest 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 |
getAccountName()
Get Account name.
|
String |
getDBName()
Get Database name associated with the account.
|
String |
getInstanceId()
Get Instance ID, in the format of mssql-njj2mtpl.
|
Long |
getLimit()
Get The number of returned entries per page in pagination mode.
|
Long |
getOffset()
Get Page number in pagination mode.
|
void |
setAccountName(String AccountName)
Set Account name.
|
void |
setDBName(String DBName)
Set Database name associated with the account.
|
void |
setInstanceId(String InstanceId)
Set Instance ID, in the format of mssql-njj2mtpl.
|
void |
setLimit(Long Limit)
Set The number of returned entries per page in pagination mode.
|
void |
setOffset(Long Offset)
Set Page number in pagination mode.
|
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, toJsonString
public DescribeDBPrivilegeByAccountRequest()
public DescribeDBPrivilegeByAccountRequest(DescribeDBPrivilegeByAccountRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID, in the format of mssql-njj2mtpl.public String getAccountName()
public void setAccountName(String AccountName)
AccountName
- Account name.public String getDBName()
public void setDBName(String DBName)
DBName
- Database name associated with the account.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of returned entries per page in pagination mode. Value range: 1-100. The default value is 20.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page number in pagination mode. The default value is 0.Copyright © 2025. All rights reserved.