public class GroupBaseInfo extends AbstractModel
Constructor and Description |
---|
GroupBaseInfo() |
GroupBaseInfo(GroupBaseInfo 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 |
getGroupName()
Get The group names.
|
String |
getTeacherId()
Get The user ID of the teacher.
|
void |
setGroupName(String GroupName)
Set The group names.
|
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, toJsonString
public GroupBaseInfo()
public GroupBaseInfo(GroupBaseInfo source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- The group names. 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.Copyright © 2023. All rights reserved.