public class SubAccountInfo extends AbstractModel
Constructor and Description |
---|
SubAccountInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getConsoleLogin()
Get 子用户能否登录控制台
|
String |
getCountryCode()
Get 区号
|
String |
getEmail()
Get 邮箱
|
String |
getName()
Get 子用户用户名
|
String |
getPhoneNum()
Get 手机号
|
String |
getRemark()
Get 子用户备注
|
Long |
getUid()
Get 子用户 UID
|
Long |
getUin()
Get 子用户用户 ID
|
void |
setConsoleLogin(Long ConsoleLogin)
Set 子用户能否登录控制台
|
void |
setCountryCode(String CountryCode)
Set 区号
|
void |
setEmail(String Email)
Set 邮箱
|
void |
setName(String Name)
Set 子用户用户名
|
void |
setPhoneNum(String PhoneNum)
Set 手机号
|
void |
setRemark(String Remark)
Set 子用户备注
|
void |
setUid(Long Uid)
Set 子用户 UID
|
void |
setUin(Long Uin)
Set 子用户用户 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
- 子用户用户 IDpublic String getName()
public void setName(String Name)
Name
- 子用户用户名public Long getUid()
public void setUid(Long Uid)
Uid
- 子用户 UIDpublic String getRemark()
public void setRemark(String Remark)
Remark
- 子用户备注public Long getConsoleLogin()
public void setConsoleLogin(Long ConsoleLogin)
ConsoleLogin
- 子用户能否登录控制台public String getPhoneNum()
public void setPhoneNum(String PhoneNum)
PhoneNum
- 手机号public String getCountryCode()
public void setCountryCode(String CountryCode)
CountryCode
- 区号public String getEmail()
public void setEmail(String Email)
Email
- 邮箱Copyright © 2020. All rights reserved.