public class StaffSkillGroupList extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getPriority()Get 座席在技能组中的优先级(1为最高,5最低,默认3) | 
| Long | getSkillGroupId()Get 技能组ID | 
| void | setPriority(Long Priority)Set 座席在技能组中的优先级(1为最高,5最低,默认3) | 
| void | setSkillGroupId(Long SkillGroupId)Set 技能组ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StaffSkillGroupList()
public StaffSkillGroupList(StaffSkillGroupList source)
public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId - 技能组IDpublic Long getPriority()
public void setPriority(Long Priority)
Priority - 座席在技能组中的优先级(1为最高,5最低,默认3)Copyright © 2025. All rights reserved.