public class WeChatWorkSubAccount extends AbstractModel
Constructor and Description |
---|
WeChatWorkSubAccount() |
WeChatWorkSubAccount(WeChatWorkSubAccount 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 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEmail()
Get 邮箱
|
String |
getName()
Get 子用户用户名
|
String |
getPhoneNum()
Get 手机号
|
String |
getRemark()
Get 备注
|
Long |
getUid()
Get 子用户 UID
|
Long |
getUin()
Get 子用户用户 ID
|
String |
getWeChatWorkUserId()
Get 企业微信UserId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConsoleLogin(Long ConsoleLogin)
Set 子用户能否登录控制台
|
void |
setCountryCode(String CountryCode)
Set 区号
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
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 |
setWeChatWorkUserId(String WeChatWorkUserId)
Set 企业微信UserId
注意:此字段可能返回 null,表示取不到有效值。
|
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 WeChatWorkSubAccount()
public WeChatWorkSubAccount(WeChatWorkSubAccount 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 getWeChatWorkUserId()
public void setWeChatWorkUserId(String WeChatWorkUserId)
WeChatWorkUserId
- 企业微信UserId
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.