public class SubAccountInfo extends AbstractModel
Constructor and Description |
---|
SubAccountInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getConsoleLogin()
Get If sub-user can log in to the console
|
String |
getCountryCode()
Get Country/Area code
|
String |
getEmail()
Get Email
|
String |
getName()
Get Sub-user username
|
String |
getPhoneNum()
Get Mobile number
|
String |
getRemark()
Get Sub-user remarks
|
Long |
getUid()
Get Sub-user UID
|
Long |
getUin()
Get Sub-user user ID
|
void |
setConsoleLogin(Long ConsoleLogin)
Set If sub-user can log in to the console
|
void |
setCountryCode(String CountryCode)
Set Country/Area code
|
void |
setEmail(String Email)
Set Email
|
void |
setName(String Name)
Set Sub-user username
|
void |
setPhoneNum(String PhoneNum)
Set Mobile number
|
void |
setRemark(String Remark)
Set Sub-user remarks
|
void |
setUid(Long Uid)
Set Sub-user UID
|
void |
setUin(Long Uin)
Set Sub-user user ID
|
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 Long getUin()
public void setUin(Long Uin)
Uin
- Sub-user user IDpublic String getName()
public void setName(String Name)
Name
- Sub-user usernamepublic Long getUid()
public void setUid(Long Uid)
Uid
- Sub-user UIDpublic String getRemark()
public void setRemark(String Remark)
Remark
- Sub-user remarkspublic Long getConsoleLogin()
public void setConsoleLogin(Long ConsoleLogin)
ConsoleLogin
- If sub-user can log in to the consolepublic String getPhoneNum()
public void setPhoneNum(String PhoneNum)
PhoneNum
- Mobile numberpublic String getCountryCode()
public void setCountryCode(String CountryCode)
CountryCode
- Country/Area codepublic String getEmail()
public void setEmail(String Email)
Email
- EmailCopyright © 2020. All rights reserved.