public class DescribeUserListData extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUserListData() |
DescribeUserListData(DescribeUserListData 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 |
getAccountType()
Get Account type.
|
String |
getCreateTime()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Status.
|
String |
getTeamName()
Get Team name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTeams()
Deprecated.
|
String |
getUserAccount()
Get User account
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUserId()
Get User ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUserName()
Get User name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAccountType(Long AccountType)
Set Account type.
|
void |
setCreateTime(String CreateTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Status.
|
void |
setTeamName(String TeamName)
Set Team name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTeams(String Teams)
Deprecated.
|
void |
setUserAccount(String UserAccount)
Set User account
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUserId(String UserId)
Set User ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUserName(String UserName)
Set User name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUserListData()
public DescribeUserListData(DescribeUserListData source)
public String getUserId()
public void setUserId(String UserId)
UserId
- User ID
Note: This field may return null, indicating that no valid values can be obtained.public String getUserAccount()
public void setUserAccount(String UserAccount)
UserAccount
- User account
Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public String getTeams()
@Deprecated public void setTeams(String Teams)
Teams
- Associated team
Note: This field may return null, indicating that no valid values can be obtained.public Long getAccountType()
public void setAccountType(Long AccountType)
AccountType
- Account type. 1: Super administrator; 2: Platform administrator; 3: Ordinary member
Note: This field may return null, indicating that no valid values can be obtained.public String getUserName()
public void setUserName(String UserName)
UserName
- User name
Note: This field may return null, indicating that no valid values can be obtained.public 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 getStatus()
public void setStatus(Long Status)
Status
- Status. 1: Normal; 2: Disabled
Note: This field may return null, indicating that no valid values can be obtained.public String getTeamName()
public void setTeamName(String TeamName)
TeamName
- Team name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.