public class ModifyAccountPrivilegeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAccountPrivilegeRequest() |
ModifyAccountPrivilegeRequest(ModifyAccountPrivilegeRequest 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 |
---|---|
AccountPrivilegeModifyInfo[] |
getAccounts()
Get Account permission change information
|
String |
getInstanceId()
Get Database instance ID in the format of mssql-njj2mtpl
|
void |
setAccounts(AccountPrivilegeModifyInfo[] Accounts)
Set Account permission change information
|
void |
setInstanceId(String InstanceId)
Set Database instance ID in the format of mssql-njj2mtpl
|
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 ModifyAccountPrivilegeRequest()
public ModifyAccountPrivilegeRequest(ModifyAccountPrivilegeRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Database instance ID in the format of mssql-njj2mtplpublic AccountPrivilegeModifyInfo[] getAccounts()
public void setAccounts(AccountPrivilegeModifyInfo[] Accounts)
Accounts
- Account permission change informationCopyright © 2024. All rights reserved.