public class ModifyAccountDescriptionRequest extends AbstractModel
Constructor and Description |
---|
ModifyAccountDescriptionRequest() |
ModifyAccountDescriptionRequest(ModifyAccountDescriptionRequest 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 |
getDescription()
Get New account remarks, which can contain 0-256 characters.
|
String |
getHost()
Get Access host allowed for a user.
|
String |
getInstanceId()
Get Instance ID in the format of dcdbt-ow728lmc.
|
String |
getUserName()
Get Login username.
|
void |
setDescription(String Description)
Set New account remarks, which can contain 0-256 characters.
|
void |
setHost(String Host)
Set Access host allowed for a user.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of dcdbt-ow728lmc.
|
void |
setUserName(String UserName)
Set Login username.
|
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 ModifyAccountDescriptionRequest()
public ModifyAccountDescriptionRequest(ModifyAccountDescriptionRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of dcdbt-ow728lmc.public String getUserName()
public void setUserName(String UserName)
UserName
- Login username.public String getHost()
public void setHost(String Host)
Host
- Access host allowed for a user. An account is uniquely identified by username and host.public String getDescription()
public void setDescription(String Description)
Description
- New account remarks, which can contain 0-256 characters.Copyright © 2023. All rights reserved.