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 Account name 
 | 
String | 
getAccountPassword()
Get Password 
 | 
String | 
getDescription()
Get Description 
 | 
String | 
getHost()
Get Host 
 | 
void | 
setAccountName(String AccountName)
Set Account name 
 | 
void | 
setAccountPassword(String AccountPassword)
Set Password 
 | 
void | 
setDescription(String Description)
Set Description 
 | 
void | 
setHost(String Host)
Set Host 
 | 
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 NewAccount()
public NewAccount(NewAccount source)
public String getAccountName()
public void setAccountName(String AccountName)
AccountName - Account namepublic String getAccountPassword()
public void setAccountPassword(String AccountPassword)
AccountPassword - Passwordpublic String getHost()
public void setHost(String Host)
Host - Hostpublic String getDescription()
public void setDescription(String Description)
Description - DescriptionCopyright © 2022. All rights reserved.