public class CreateAppAccountRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.