public class SubAccountInfo extends AbstractModel
Constructor and Description |
---|
SubAccountInfo() |
SubAccountInfo(SubAccountInfo 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 |
---|---|
Long |
getConsoleLogin()
Get If sub-user can log in to the console
|
String |
getCountryCode()
Get Country/Area code
|
String |
getCreateTime()
Get Creation time
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getEmail()
Get Email
|
String |
getName()
Get Sub-user username
|
String |
getNickName()
Get Nickname.
|
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 |
setCreateTime(String CreateTime)
Set Creation time
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setEmail(String Email)
Set Email
|
void |
setName(String Name)
Set Sub-user username
|
void |
setNickName(String NickName)
Set Nickname.
|
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 SubAccountInfo()
public SubAccountInfo(SubAccountInfo source)
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
- Emailpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time
Note: this field may return `null`, indicating that no valid values can be obtained.public String getNickName()
public void setNickName(String NickName)
NickName
- Nickname.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.