public class SubAccountUser extends AbstractModel
Constructor and Description |
---|
SubAccountUser() |
SubAccountUser(SubAccountUser 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 |
---|---|
String |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLastLoginIp()
Get 最近登录IP
|
String |
getLastLoginTime()
Get 最近登录时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 子用户用户名
|
String |
getRemark()
Get 子用户备注
|
Long |
getUid()
Get 子用户 UID
|
Long |
getUin()
Get 子用户用户 ID
|
Long |
getUserType()
Get 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastLoginIp(String LastLoginIp)
Set 最近登录IP
|
void |
setLastLoginTime(String LastLoginTime)
Set 最近登录时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 子用户用户名
|
void |
setRemark(String Remark)
Set 子用户备注
|
void |
setUid(Long Uid)
Set 子用户 UID
|
void |
setUin(Long Uin)
Set 子用户用户 ID
|
void |
setUserType(Long UserType)
Set 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)
|
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 SubAccountUser()
public SubAccountUser(SubAccountUser 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 String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public Long getUserType()
public void setUserType(Long UserType)
UserType
- 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)public String getLastLoginIp()
public void setLastLoginIp(String LastLoginIp)
LastLoginIp
- 最近登录IPpublic String getLastLoginTime()
public void setLastLoginTime(String LastLoginTime)
LastLoginTime
- 最近登录时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.