public class CreateGroupWithSubGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateGroupWithSubGroupRequest() |
CreateGroupWithSubGroupRequest(CreateGroupWithSubGroupRequest 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 name after merging.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
String[] |
getSubGroupIds()
Get The IDs of the groups to merge.
|
String |
getTeacherId()
Get The user ID of the teacher.
|
void |
setGroupName(String GroupName)
Set The group name after merging.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
void |
setSubGroupIds(String[] SubGroupIds)
Set The IDs of the groups to merge.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateGroupWithSubGroupRequest()
public CreateGroupWithSubGroupRequest(CreateGroupWithSubGroupRequest source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- The group name after merging.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC.public String[] getSubGroupIds()
public void setSubGroupIds(String[] SubGroupIds)
SubGroupIds
- The IDs of the groups to merge. Duplicate group IDs are not allowed. Array length limit: 40.public String getTeacherId()
public void setTeacherId(String TeacherId)
TeacherId
- The user ID of the teacher.Copyright © 2024. All rights reserved.