public class GroupInfo extends AbstractModel
Constructor and Description |
---|
GroupInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 用户组创建时间。
|
Long |
getGroupId()
Get 用户组 ID。
|
String |
getGroupName()
Get 用户组名称。
|
String |
getRemark()
Get 用户组描述。
|
void |
setCreateTime(String CreateTime)
Set 用户组创建时间。
|
void |
setGroupId(Long GroupId)
Set 用户组 ID。
|
void |
setGroupName(String GroupName)
Set 用户组名称。
|
void |
setRemark(String Remark)
Set 用户组描述。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 用户组 ID。public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 用户组名称。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 用户组创建时间。public String getRemark()
public void setRemark(String Remark)
Remark
- 用户组描述。Copyright © 2020. All rights reserved.