Uses of Class
com.tencentcloudapi.ccc.v20200210.models.SkillGroupInfoItem
-
Packages that use SkillGroupInfoItem Package Description com.tencentcloudapi.ccc.v20200210.models -
-
Uses of SkillGroupInfoItem in com.tencentcloudapi.ccc.v20200210.models
Methods in com.tencentcloudapi.ccc.v20200210.models that return SkillGroupInfoItem Modifier and Type Method Description SkillGroupInfoItem[]DescribeSkillGroupInfoListResponse. getSkillGroupList()Get 技能组信息列表Methods in com.tencentcloudapi.ccc.v20200210.models with parameters of type SkillGroupInfoItem Modifier and Type Method Description voidDescribeSkillGroupInfoListResponse. setSkillGroupList(SkillGroupInfoItem[] SkillGroupList)Set 技能组信息列表Constructors in com.tencentcloudapi.ccc.v20200210.models with parameters of type SkillGroupInfoItem Constructor Description SkillGroupInfoItem(SkillGroupInfoItem 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.
-