public class UserRole extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserRole() |
UserRole(UserRole 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 |
getAppId()
Get The user's app ID.
|
String |
getArn()
Get The role permission.
|
CosPermission[] |
getCosPermissionList()
Get The COS permission list.
|
String |
getCreator()
Get The creator UIN.
|
String |
getDesc()
Get The role description.
|
Long |
getModifyTime()
Get The last modified timestamp.
|
String |
getPermissionJson()
Get The CAM policy in JSON.
|
Long |
getRoleId()
Get The role ID.
|
String |
getRoleName()
Get The role name.
|
String |
getUin()
Get The user ID.
|
void |
setAppId(String AppId)
Set The user's app ID.
|
void |
setArn(String Arn)
Set The role permission.
|
void |
setCosPermissionList(CosPermission[] CosPermissionList)
Set The COS permission list.
|
void |
setCreator(String Creator)
Set The creator UIN.
|
void |
setDesc(String Desc)
Set The role description.
|
void |
setModifyTime(Long ModifyTime)
Set The last modified timestamp.
|
void |
setPermissionJson(String PermissionJson)
Set The CAM policy in JSON.
|
void |
setRoleId(Long RoleId)
Set The role ID.
|
void |
setRoleName(String RoleName)
Set The role name.
|
void |
setUin(String Uin)
Set The user ID.
|
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 UserRole()
public UserRole(UserRole source)
public Long getRoleId()
public void setRoleId(Long RoleId)
RoleId
- The role ID.public String getAppId()
public void setAppId(String AppId)
AppId
- The user's app ID.public String getUin()
public void setUin(String Uin)
Uin
- The user ID.public String getArn()
public void setArn(String Arn)
Arn
- The role permission.public Long getModifyTime()
public void setModifyTime(Long ModifyTime)
ModifyTime
- The last modified timestamp.public String getDesc()
public void setDesc(String Desc)
Desc
- The role description.public String getRoleName()
public void setRoleName(String RoleName)
RoleName
- The role name.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public String getCreator()
public void setCreator(String Creator)
Creator
- The creator UIN.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public CosPermission[] getCosPermissionList()
public void setCosPermissionList(CosPermission[] CosPermissionList)
CosPermissionList
- The COS permission list.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public String getPermissionJson()
public void setPermissionJson(String PermissionJson)
PermissionJson
- The CAM policy in JSON.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.