Class SubAccountUser
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.SubAccountUser
-
public class SubAccountUser extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetLastLoginIp()Get 最近登录IPStringgetLastLoginTime()Get 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 子用户用户名StringgetRemark()Get 子用户备注LonggetUid()Get 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取LonggetUin()Get 子用户用户 IDLonggetUserType()Get 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)voidsetCreateTime(String CreateTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetLastLoginIp(String LastLoginIp)Set 最近登录IPvoidsetLastLoginTime(String LastLoginTime)Set 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 子用户用户名voidsetRemark(String Remark)Set 子用户备注voidsetUid(Long Uid)Set 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取voidsetUin(Long Uin)Set 子用户用户 IDvoidsetUserType(Long UserType)Set 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SubAccountUser
public SubAccountUser()
-
SubAccountUser
public 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.
-
-
Method Detail
-
getUin
public Long getUin()
Get 子用户用户 ID- Returns:
- Uin 子用户用户 ID
-
setUin
public void setUin(Long Uin)
Set 子用户用户 ID- Parameters:
Uin- 子用户用户 ID
-
getName
public String getName()
Get 子用户用户名- Returns:
- Name 子用户用户名
-
setName
public void setName(String Name)
Set 子用户用户名- Parameters:
Name- 子用户用户名
-
getUid
public Long getUid()
Get 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取- Returns:
- Uid 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取
-
setUid
public void setUid(Long Uid)
Set 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取- Parameters:
Uid- 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取
-
getRemark
public String getRemark()
Get 子用户备注- Returns:
- Remark 子用户备注
-
setRemark
public void setRemark(String Remark)
Set 子用户备注- Parameters:
Remark- 子用户备注
-
getCreateTime
public String getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getUserType
public Long getUserType()
Get 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)- Returns:
- UserType 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)
-
setUserType
public void setUserType(Long UserType)
Set 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)- Parameters:
UserType- 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)
-
getLastLoginIp
public String getLastLoginIp()
Get 最近登录IP- Returns:
- LastLoginIp 最近登录IP
-
setLastLoginIp
public void setLastLoginIp(String LastLoginIp)
Set 最近登录IP- Parameters:
LastLoginIp- 最近登录IP
-
getLastLoginTime
public String getLastLoginTime()
Get 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LastLoginTime 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。
-
setLastLoginTime
public void setLastLoginTime(String LastLoginTime)
Set 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LastLoginTime- 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。
-
-