public class RoleAuth extends AbstractModel
header, skipSign
Constructor and Description |
---|
RoleAuth() |
RoleAuth(RoleAuth 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 |
getAppId()
Get 用户 AppID
|
String |
getAuthSubAccountUin()
Get 绑定授权的 UIN
|
String |
getCreateTime()
Get 创建时间
|
String |
getCreatorUin()
Get 创建者 UIN
|
Long |
getId()
Get id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOwnerUin()
Get 主账号 UIN
|
Long |
getPermission()
Get 对应 role表的id
|
String |
getRoleName()
Get 权限名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 2 启用 1 停用
|
String |
getUpdateTime()
Get 最后一次操作时间
|
Long |
getWorkSpaceId()
Get 工作空间id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getWorkSpaceSerialId()
Get 工作空间 SerialId
|
void |
setAppId(Long AppId)
Set 用户 AppID
|
void |
setAuthSubAccountUin(String AuthSubAccountUin)
Set 绑定授权的 UIN
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setCreatorUin(String CreatorUin)
Set 创建者 UIN
|
void |
setId(Long Id)
Set id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOwnerUin(String OwnerUin)
Set 主账号 UIN
|
void |
setPermission(Long Permission)
Set 对应 role表的id
|
void |
setRoleName(String RoleName)
Set 权限名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 2 启用 1 停用
|
void |
setUpdateTime(String UpdateTime)
Set 最后一次操作时间
|
void |
setWorkSpaceId(Long WorkSpaceId)
Set 工作空间id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWorkSpaceSerialId(String WorkSpaceSerialId)
Set 工作空间 SerialId
|
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, toJsonString
public RoleAuth()
public RoleAuth(RoleAuth source)
public Long getAppId()
public void setAppId(Long AppId)
AppId
- 用户 AppIDpublic String getWorkSpaceSerialId()
public void setWorkSpaceSerialId(String WorkSpaceSerialId)
WorkSpaceSerialId
- 工作空间 SerialIdpublic String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- 主账号 UINpublic String getCreatorUin()
public void setCreatorUin(String CreatorUin)
CreatorUin
- 创建者 UINpublic String getAuthSubAccountUin()
public void setAuthSubAccountUin(String AuthSubAccountUin)
AuthSubAccountUin
- 绑定授权的 UINpublic Long getPermission()
public void setPermission(Long Permission)
Permission
- 对应 role表的idpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 最后一次操作时间public Long getStatus()
public void setStatus(Long Status)
Status
- 2 启用 1 停用public Long getId()
public void setId(Long Id)
Id
- id
注意:此字段可能返回 null,表示取不到有效值。public Long getWorkSpaceId()
public void setWorkSpaceId(Long WorkSpaceId)
WorkSpaceId
- 工作空间id
注意:此字段可能返回 null,表示取不到有效值。public String getRoleName()
public void setRoleName(String RoleName)
RoleName
- 权限名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.