public class GroupInfos extends AbstractModel
header, skipSign
Constructor and Description |
---|
GroupInfos() |
GroupInfos(GroupInfos 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 创建时间
|
String |
getDescription()
Get 备注
|
String |
getGroupName()
Get 用户组名称
|
Long |
getGroupType()
Get 用户组类型
|
String |
getGroupTypeDesc()
Get 用户组类型描述
|
String[] |
getUsers()
Get 用户名称列表
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDescription(String Description)
Set 备注
|
void |
setGroupName(String GroupName)
Set 用户组名称
|
void |
setGroupType(Long GroupType)
Set 用户组类型
|
void |
setGroupTypeDesc(String GroupTypeDesc)
Set 用户组类型描述
|
void |
setUsers(String[] Users)
Set 用户名称列表
|
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 GroupInfos()
public GroupInfos(GroupInfos source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 用户组名称public String[] getUsers()
public void setUsers(String[] Users)
Users
- 用户名称列表public String getDescription()
public void setDescription(String Description)
Description
- 备注public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public Long getGroupType()
public void setGroupType(Long GroupType)
GroupType
- 用户组类型public String getGroupTypeDesc()
public void setGroupTypeDesc(String GroupTypeDesc)
GroupTypeDesc
- 用户组类型描述Copyright © 2025. All rights reserved.