Class StaffSkillGroupList
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.StaffSkillGroupList
-
public class StaffSkillGroupList extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StaffSkillGroupList()StaffSkillGroupList(StaffSkillGroupList 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 LonggetPriority()Get 座席在技能组中的优先级(1为最高,5最低,默认3)LonggetSkillGroupId()Get 技能组IDvoidsetPriority(Long Priority)Set 座席在技能组中的优先级(1为最高,5最低,默认3)voidsetSkillGroupId(Long SkillGroupId)Set 技能组IDvoidtoMap(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
-
StaffSkillGroupList
public StaffSkillGroupList()
-
StaffSkillGroupList
public StaffSkillGroupList(StaffSkillGroupList 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
-
getSkillGroupId
public Long getSkillGroupId()
Get 技能组ID- Returns:
- SkillGroupId 技能组ID
-
setSkillGroupId
public void setSkillGroupId(Long SkillGroupId)
Set 技能组ID- Parameters:
SkillGroupId- 技能组ID
-
getPriority
public Long getPriority()
Get 座席在技能组中的优先级(1为最高,5最低,默认3)- Returns:
- Priority 座席在技能组中的优先级(1为最高,5最低,默认3)
-
setPriority
public void setPriority(Long Priority)
Set 座席在技能组中的优先级(1为最高,5最低,默认3)- Parameters:
Priority- 座席在技能组中的优先级(1为最高,5最低,默认3)
-
-