public class ModifyGroupRequest extends AbstractModel
Constructor and Description |
---|
ModifyGroupRequest() |
ModifyGroupRequest(ModifyGroupRequest 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 The ID of the group to modify.
|
String |
getGroupName()
Get The new group name.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
String |
getTeacherId()
Get The user ID of the teacher.
|
void |
setGroupId(String GroupId)
Set The ID of the group to modify.
|
void |
setGroupName(String GroupName)
Set The new group name.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
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 ModifyGroupRequest()
public ModifyGroupRequest(ModifyGroupRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- The ID of the group to modify.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC.public String getTeacherId()
public void setTeacherId(String TeacherId)
TeacherId
- The user ID of the teacher.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- The new group name.Copyright © 2023. All rights reserved.