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 Creation time.
|
String |
getDescription()
Get Remarks.
|
String |
getGroupName()
Get User group name.
|
Long |
getGroupType()
Get User group type.
|
String |
getGroupTypeDesc()
Get User group type description.
|
String[] |
getUsers()
Get User name list.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setDescription(String Description)
Set Remarks.
|
void |
setGroupName(String GroupName)
Set User group name.
|
void |
setGroupType(Long GroupType)
Set User group type.
|
void |
setGroupTypeDesc(String GroupTypeDesc)
Set User group type description.
|
void |
setUsers(String[] Users)
Set User name list.
|
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
- User group name.public String[] getUsers()
public void setUsers(String[] Users)
Users
- User name list.public String getDescription()
public void setDescription(String Description)
Description
- Remarks.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time.public Long getGroupType()
public void setGroupType(Long GroupType)
GroupType
- User group type.public String getGroupTypeDesc()
public void setGroupTypeDesc(String GroupTypeDesc)
GroupTypeDesc
- User group type description.Copyright © 2025. All rights reserved.