public class GroupBaseInfo extends AbstractModel
header, skipSign
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 待创建群组名
|
String |
getTeacherId()
Get 群组主讲人ID
|
void |
setGroupName(String GroupName)
Set 待创建群组名
|
void |
setTeacherId(String TeacherId)
Set 群组主讲人ID
|
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 GroupBaseInfo()
public GroupBaseInfo(GroupBaseInfo source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 待创建群组名public String getTeacherId()
public void setTeacherId(String TeacherId)
TeacherId
- 群组主讲人IDCopyright © 2024. All rights reserved.