public class ModifyAccountRemarkRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAccountRemarkRequest() |
ModifyAccountRemarkRequest(ModifyAccountRemarkRequest 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 |
---|---|
AccountRemark[] |
getAccounts()
Get Information of account for which to modify remarks
|
String |
getInstanceId()
Get Instance ID in the format of mssql-j8kv137v
|
void |
setAccounts(AccountRemark[] Accounts)
Set Information of account for which to modify remarks
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of mssql-j8kv137v
|
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 ModifyAccountRemarkRequest()
public ModifyAccountRemarkRequest(ModifyAccountRemarkRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of mssql-j8kv137vpublic AccountRemark[] getAccounts()
public void setAccounts(AccountRemark[] Accounts)
Accounts
- Information of account for which to modify remarksCopyright © 2024. All rights reserved.