public class DescribeRoleListData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeRoleListData()  | 
DescribeRoleListData(DescribeRoleListData 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. 
 | 
Long | 
getRoleId()
Get Role ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getRoleName()
Get Role name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getRoleType()
Get Role type 1-Preset role 2-Custom role
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTeamName()
Get Team name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRoleId(Long RoleId)
Set Role ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRoleName(String RoleName)
Set Role name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRoleType(Long RoleType)
Set Role type 1-Preset role 2-Custom role
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTeamName(String TeamName)
Set Team 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeRoleListData()
public DescribeRoleListData(DescribeRoleListData source)
public Long getRoleId()
public void setRoleId(Long RoleId)
RoleId - Role ID
Note: This field may return null, indicating that no valid values can be obtained.public String getRoleName()
public void setRoleName(String RoleName)
RoleName - Role name
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.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 getRoleType()
public void setRoleType(Long RoleType)
RoleType - Role type 1-Preset role 2-Custom role
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.