Class GroupInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.GroupInfo
-
public class GroupInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()Get 群组ID 注意:此字段可能返回 null,表示取不到有效值。StringgetGroupName()Get 群组名称 注意:此字段可能返回 null,表示取不到有效值。LonggetGroupType()Get 群组类型 0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。StringgetSubGroupIds()Get 子群组ID列表,如有。 注意:此字段可能返回 null,表示取不到有效值。StringgetTeacherId()Get 群组主讲人ID 注意:此字段可能返回 null,表示取不到有效值。voidsetGroupId(String GroupId)Set 群组ID 注意:此字段可能返回 null,表示取不到有效值。voidsetGroupName(String GroupName)Set 群组名称 注意:此字段可能返回 null,表示取不到有效值。voidsetGroupType(Long GroupType)Set 群组类型 0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。voidsetSubGroupIds(String SubGroupIds)Set 子群组ID列表,如有。 注意:此字段可能返回 null,表示取不到有效值。voidsetTeacherId(String TeacherId)Set 群组主讲人ID 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
GroupInfo
public GroupInfo()
-
GroupInfo
public GroupInfo(GroupInfo 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
-
getGroupId
public String getGroupId()
Get 群组ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupId 群组ID 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupId
public void setGroupId(String GroupId)
Set 群组ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupId- 群组ID 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupName
public String getGroupName()
Get 群组名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupName 群组名称 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupName
public void setGroupName(String GroupName)
Set 群组名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupName- 群组名称 注意:此字段可能返回 null,表示取不到有效值。
-
getTeacherId
public String getTeacherId()
Get 群组主讲人ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TeacherId 群组主讲人ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTeacherId
public void setTeacherId(String TeacherId)
Set 群组主讲人ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TeacherId- 群组主讲人ID 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupType
public Long getGroupType()
Get 群组类型 0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupType 群组类型 0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupType
public void setGroupType(Long GroupType)
Set 群组类型 0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupType- 群组类型 0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。
-
getSubGroupIds
public String getSubGroupIds()
Get 子群组ID列表,如有。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubGroupIds 子群组ID列表,如有。 注意:此字段可能返回 null,表示取不到有效值。
-
setSubGroupIds
public void setSubGroupIds(String SubGroupIds)
Set 子群组ID列表,如有。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubGroupIds- 子群组ID列表,如有。 注意:此字段可能返回 null,表示取不到有效值。
-
-