public class GroupInfo extends AbstractModel
| Constructor and Description | 
|---|
| GroupInfo() | 
| GroupInfo(GroupInfo 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 | getGroupId()Get Group ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getGroupName()Get The group name. | 
| Long | getGroupType()Get The group type. | 
| String | getSubGroupIds()Get The IDs of the sub-groups. | 
| String | getTeacherId()Get The user ID of the teacher. | 
| void | setGroupId(String GroupId)Set Group ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setGroupName(String GroupName)Set The group name. | 
| void | setGroupType(Long GroupType)Set The group type. | 
| void | setSubGroupIds(String SubGroupIds)Set The IDs of the sub-groups. | 
| void | setTeacherId(String TeacherId)Set The user ID of the teacher. | 
| 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, toJsonStringpublic GroupInfo()
public GroupInfo(GroupInfo source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - Group ID
Note: This field may return null, indicating that no valid values can be obtained.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - The group name.
Note: This field may return null, indicating that no valid values can be obtained.public String getTeacherId()
public void setTeacherId(String TeacherId)
TeacherId - The user ID of the teacher.
Note: This field may return null, indicating that no valid values can be obtained.public Long getGroupType()
public void setGroupType(Long GroupType)
GroupType - The group type. 
`0`: Ordinary group. 
`1`: Merged group. If the group queried is a merged group, the IDs of the sub-groups will be returned.
Note: This field may return null, indicating that no valid values can be obtained.public String getSubGroupIds()
public void setSubGroupIds(String SubGroupIds)
SubGroupIds - The IDs of the sub-groups.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.