public class SubAccountInfo extends AbstractModel
header, skipSign| 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 子用户能否登录控制台 | 
| String | getCountryCode()Get 区号 | 
| String | getCreateTime()Get 创建时间 | 
| String | getEmail()Get 邮箱 | 
| String | getName()Get 子用户用户名 | 
| String | getNickName()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 | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setEmail(String Email)Set 邮箱 | 
| void | setName(String Name)Set 子用户用户名 | 
| void | setNickName(String NickName)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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SubAccountInfo()
public SubAccountInfo(SubAccountInfo source)
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 - 邮箱public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间public String getNickName()
public void setNickName(String NickName)
NickName - 昵称Copyright © 2025. All rights reserved.