public class CreateAppAccountRequest extends AbstractModel
Constructor and Description |
---|
CreateAppAccountRequest() |
CreateAppAccountRequest(CreateAppAccountRequest 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 账号名称
|
String |
getApplicationId()
Get 应用ID
|
String |
getDescription()
Get 描述
|
String |
getPassword()
Get 账号密码
|
void |
setAccountName(String AccountName)
Set 账号名称
|
void |
setApplicationId(String ApplicationId)
Set 应用ID
|
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 CreateAppAccountRequest()
public CreateAppAccountRequest(CreateAppAccountRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用IDpublic 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.