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 Account name | 
| String | getApplicationId()Get Application ID | 
| String | getDescription()Get Description | 
| String | getPassword()Get Account password | 
| void | setAccountName(String AccountName)Set Account name | 
| void | setApplicationId(String ApplicationId)Set Application ID | 
| void | setDescription(String Description)Set Description | 
| void | setPassword(String Password)Set Account password | 
| 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, toJsonStringpublic CreateAppAccountRequest()
public CreateAppAccountRequest(CreateAppAccountRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application IDpublic String getAccountName()
public void setAccountName(String AccountName)
AccountName - Account namepublic String getPassword()
public void setPassword(String Password)
Password - Account passwordpublic String getDescription()
public void setDescription(String Description)
Description - DescriptionCopyright © 2022. All rights reserved.