public class ModifyAppAccountRequest extends AbstractModel
Constructor and Description |
---|
ModifyAppAccountRequest() |
ModifyAppAccountRequest(ModifyAppAccountRequest 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 |
getAccountId()
Get 账号ID。
|
String |
getAccountName()
Get 账号名称。未传入该参数时,表示不进行修改。
|
String |
getDescription()
Get 描述,未传入该参数时,表示不进行修改。
|
String |
getPassword()
Get 账号密码。未传入该参数时,表示不进行修改。
|
void |
setAccountId(String AccountId)
Set 账号ID。
|
void |
setAccountName(String AccountName)
Set 账号名称。未传入该参数时,表示不进行修改。
|
void |
setDescription(String Description)
Set 描述,未传入该参数时,表示不进行修改。
|
void |
setPassword(String Password)
Set 账号密码。未传入该参数时,表示不进行修改。
|
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 ModifyAppAccountRequest()
public ModifyAppAccountRequest(ModifyAppAccountRequest source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 账号ID。public String getAccountName()
public void setAccountName(String AccountName)
AccountName
- 账号名称。未传入该参数时,表示不进行修改。public String getPassword()
public void setPassword(String Password)
Password
- 账号密码。未传入该参数时,表示不进行修改。public String getDescription()
public void setDescription(String Description)
Description
- 描述,未传入该参数时,表示不进行修改。Copyright © 2022. All rights reserved.