public class RoleGroup extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RoleGroup() | 
| RoleGroup(RoleGroup 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 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getGroupDesc()Get 权限组描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getGroupIdentity()Get 权限组标识 | 
| Long | getId()Get 权限组id
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getName()Get 权限组名称 | 
| WedaRole[] | getRoleList()Get 角色数组
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUpdateTime()Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreateTime(String CreateTime)Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setGroupDesc(String GroupDesc)Set 权限组描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setGroupIdentity(String GroupIdentity)Set 权限组标识 | 
| void | setId(Long Id)Set 权限组id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setName(String Name)Set 权限组名称 | 
| void | setRoleList(WedaRole[] RoleList)Set 角色数组
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUpdateTime(String UpdateTime)Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 RoleGroup()
public RoleGroup(RoleGroup source)
public Long getId()
public void setId(Long Id)
Id - 权限组id
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name - 权限组名称public String getGroupIdentity()
public void setGroupIdentity(String GroupIdentity)
GroupIdentity - 权限组标识public String getGroupDesc()
public void setGroupDesc(String GroupDesc)
GroupDesc - 权限组描述
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新时间
注意:此字段可能返回 null,表示取不到有效值。public WedaRole[] getRoleList()
public void setRoleList(WedaRole[] RoleList)
RoleList - 角色数组
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.