Class CreateGroupWithSubGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.CreateGroupWithSubGroupRequest
-
public class CreateGroupWithSubGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroupName()
Get 待创建的新群组名Long
getSdkAppId()
Get 低代码平台应用IDString[]
getSubGroupIds()
Get 子群组ID列表,子群组ID不能重复,最多40个String
getTeacherId()
Get 群组默认主讲老师IDvoid
setGroupName(String GroupName)
Set 待创建的新群组名void
setSdkAppId(Long SdkAppId)
Set 低代码平台应用IDvoid
setSubGroupIds(String[] SubGroupIds)
Set 子群组ID列表,子群组ID不能重复,最多40个void
setTeacherId(String TeacherId)
Set 群组默认主讲老师IDvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateGroupWithSubGroupRequest
public CreateGroupWithSubGroupRequest()
-
CreateGroupWithSubGroupRequest
public 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.
-
-
Method Detail
-
getGroupName
public String getGroupName()
Get 待创建的新群组名- Returns:
- GroupName 待创建的新群组名
-
setGroupName
public void setGroupName(String GroupName)
Set 待创建的新群组名- Parameters:
GroupName
- 待创建的新群组名
-
getSdkAppId
public Long getSdkAppId()
Get 低代码平台应用ID- Returns:
- SdkAppId 低代码平台应用ID
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 低代码平台应用ID- Parameters:
SdkAppId
- 低代码平台应用ID
-
getSubGroupIds
public String[] getSubGroupIds()
Get 子群组ID列表,子群组ID不能重复,最多40个- Returns:
- SubGroupIds 子群组ID列表,子群组ID不能重复,最多40个
-
setSubGroupIds
public void setSubGroupIds(String[] SubGroupIds)
Set 子群组ID列表,子群组ID不能重复,最多40个- Parameters:
SubGroupIds
- 子群组ID列表,子群组ID不能重复,最多40个
-
getTeacherId
public String getTeacherId()
Get 群组默认主讲老师ID- Returns:
- TeacherId 群组默认主讲老师ID
-
setTeacherId
public void setTeacherId(String TeacherId)
Set 群组默认主讲老师ID- Parameters:
TeacherId
- 群组默认主讲老师ID
-
-