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 Creation time
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getLastLoginIp()
Get
|
String |
getLastLoginTime()
Get
|
String |
getName()
Get Sub-user name
|
String |
getRemark()
Get Sub-user remarks
|
Long |
getUid()
Get Sub-user UID
|
Long |
getUin()
Get Sub-user ID
|
Long |
getUserType()
Get User type (1: root account; 2: sub-user; 3: WeCom sub-user; 4: collaborator; 5: message recipient)
|
void |
setCreateTime(String CreateTime)
Set Creation time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setLastLoginIp(String LastLoginIp)
Set
|
void |
setLastLoginTime(String LastLoginTime)
Set
|
void |
setName(String Name)
Set Sub-user name
|
void |
setRemark(String Remark)
Set Sub-user remarks
|
void |
setUid(Long Uid)
Set Sub-user UID
|
void |
setUin(Long Uin)
Set Sub-user ID
|
void |
setUserType(Long UserType)
Set User type (1: root account; 2: sub-user; 3: WeCom sub-user; 4: collaborator; 5: message recipient)
|
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
- Sub-user IDpublic String getName()
public void setName(String Name)
Name
- Sub-user namepublic Long getUid()
public void setUid(Long Uid)
Uid
- Sub-user UIDpublic String getRemark()
public void setRemark(String Remark)
Remark
- Sub-user remarkspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time
Note: this field may return null, indicating that no valid values can be obtained.public Long getUserType()
public void setUserType(Long UserType)
UserType
- User type (1: root account; 2: sub-user; 3: WeCom sub-user; 4: collaborator; 5: message recipient)public String getLastLoginIp()
public void setLastLoginIp(String LastLoginIp)
LastLoginIp
- public String getLastLoginTime()
public void setLastLoginTime(String LastLoginTime)
LastLoginTime
- Copyright © 2021. All rights reserved.