Uses of Class
com.tencentcloudapi.ccc.v20200210.models.SkillGroupItem
-
Packages that use SkillGroupItem Package Description com.tencentcloudapi.ccc.v20200210.models -
-
Uses of SkillGroupItem in com.tencentcloudapi.ccc.v20200210.models
Methods in com.tencentcloudapi.ccc.v20200210.models that return SkillGroupItem Modifier and Type Method Description SkillGroupItem[]StaffInfo. getSkillGroupList()Get 所属技能组列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ccc.v20200210.models with parameters of type SkillGroupItem Modifier and Type Method Description voidStaffInfo. setSkillGroupList(SkillGroupItem[] SkillGroupList)Set 所属技能组列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ccc.v20200210.models with parameters of type SkillGroupItem Constructor Description SkillGroupItem(SkillGroupItem 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.
-