public class SubAccountUser extends AbstractModel
header, skipSign| 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,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取 | 
| 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,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取public 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 © 2025. All rights reserved.