public class NewAccount extends AbstractModel
Constructor and Description |
---|
NewAccount() |
NewAccount(NewAccount 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 |
getAccountPassword()
Get 密码
|
String |
getDescription()
Get 描述
|
String |
getHost()
Get 主机
|
void |
setAccountName(String AccountName)
Set 账户名
|
void |
setAccountPassword(String AccountPassword)
Set 密码
|
void |
setDescription(String Description)
Set 描述
|
void |
setHost(String Host)
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 NewAccount()
public NewAccount(NewAccount source)
public String getAccountName()
public void setAccountName(String AccountName)
AccountName
- 账户名public String getAccountPassword()
public void setAccountPassword(String AccountPassword)
AccountPassword
- 密码public String getHost()
public void setHost(String Host)
Host
- 主机public String getDescription()
public void setDescription(String Description)
Description
- 描述Copyright © 2022. All rights reserved.