public class CreateAccountRequest extends AbstractModel
Constructor and Description |
---|
CreateAccountRequest() |
CreateAccountRequest(CreateAccountRequest 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 |
getAccountType()
Get The account type identification of the newly created customer.
|
String |
getArea()
Get Customer's IOS2 standard country code.
|
String |
getConfirmPassword()
Get Reconfirm the password.
|
String |
getCountryCode()
Get The country code of the customer.
|
String |
getExtended()
Get Extension field, default is empty
|
String |
getMail()
Get Registered email address.
|
String |
getPassword()
Get Account password.
|
String |
getPhoneNum()
Get Customer's mobile phone number.
|
void |
setAccountType(String AccountType)
Set The account type identification of the newly created customer.
|
void |
setArea(String Area)
Set Customer's IOS2 standard country code.
|
void |
setConfirmPassword(String ConfirmPassword)
Set Reconfirm the password.
|
void |
setCountryCode(String CountryCode)
Set The country code of the customer.
|
void |
setExtended(String Extended)
Set Extension field, default is empty
|
void |
setMail(String Mail)
Set Registered email address.
|
void |
setPassword(String Password)
Set Account password.
|
void |
setPhoneNum(String PhoneNum)
Set Customer's mobile phone number.
|
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 CreateAccountRequest()
public CreateAccountRequest(CreateAccountRequest source)
public String getAccountType()
public void setAccountType(String AccountType)
AccountType
- The account type identification of the newly created customer. The value of this interface is: businesspublic String getMail()
public void setMail(String Mail)
Mail
- Registered email address. The caller needs to ensure the validity and correctness of the email address.
The email format must be met. For example: [email protected]public String getPassword()
public void setPassword(String Password)
Password
- Account password.
Length limit: [8,20].
It must also contain numbers, letters and special symbols (!@#$%^&*() and other non-spaces)public String getConfirmPassword()
public void setConfirmPassword(String ConfirmPassword)
ConfirmPassword
- Reconfirm the password. It must be the same as the Password valuepublic String getPhoneNum()
public void setPhoneNum(String PhoneNum)
PhoneNum
- Customer's mobile phone number. The caller is required to ensure the validity and correctness of the mobile phone number.
Length limit: [1,32]. Global mobile phone numbers are supported. For example, 18888888888public String getCountryCode()
public void setCountryCode(String CountryCode)
CountryCode
- The country code of the customer. For the value, please refer to the GetCountryCodes interface GetCountryCodes. Such as 86public String getArea()
public void setArea(String Area)
Area
- Customer's IOS2 standard country code. Refer to the GetCountryCodes interface for obtaining country codes. It needs to correspond to the CountryCode value. Such as CNpublic String getExtended()
public void setExtended(String Extended)
Extended
- Extension field, default is emptyCopyright © 2021. All rights reserved.