public class SkillGroupInfoItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SkillGroupInfoItem()  | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAlias()
Get Intra-Skill group line number. 
 | 
Long | 
getLastModifyTimestamp()
Get Last modification time. 
 | 
Long | 
getMaxConcurrency()
Get Maximum concurrency number of single client service (default 1 for telephone type). 
 | 
Boolean | 
getRingAll()
Get Specifies whether to enable simultaneous ring. 
 | 
String | 
getRoutePolicy()
Get Session allocation policy. 
 | 
Long | 
getSkillGroupId()
Get Skill group id. 
 | 
String | 
getSkillGroupName()
Get Skill group name. 
 | 
Long | 
getSkillGroupType()
Get Skill group type 0-cell phone, 1-online, 3-audio, 4-video. 
 | 
String | 
getType()
Get (Deprecated) type: im, tel, all (full media). 
 | 
Long | 
getUsingLastSeat()
Get Whether the session is allocated to the last serviced agent first. 
 | 
void | 
setAlias(String Alias)
Set Intra-Skill group line number. 
 | 
void | 
setLastModifyTimestamp(Long LastModifyTimestamp)
Set Last modification time. 
 | 
void | 
setMaxConcurrency(Long MaxConcurrency)
Set Maximum concurrency number of single client service (default 1 for telephone type). 
 | 
void | 
setRingAll(Boolean RingAll)
Set Specifies whether to enable simultaneous ring. 
 | 
void | 
setRoutePolicy(String RoutePolicy)
Set Session allocation policy. 
 | 
void | 
setSkillGroupId(Long SkillGroupId)
Set Skill group id. 
 | 
void | 
setSkillGroupName(String SkillGroupName)
Set Skill group name. 
 | 
void | 
setSkillGroupType(Long SkillGroupType)
Set Skill group type 0-cell phone, 1-online, 3-audio, 4-video. 
 | 
void | 
setType(String Type)
Set (Deprecated) type: im, tel, all (full media). 
 | 
void | 
setUsingLastSeat(Long UsingLastSeat)
Set Whether the session is allocated to the last serviced agent first. 
 | 
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 SkillGroupInfoItem()
public SkillGroupInfoItem(SkillGroupInfoItem source)
public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId - Skill group id.public String getSkillGroupName()
public void setSkillGroupName(String SkillGroupName)
SkillGroupName - Skill group name.public String getType()
public void setType(String Type)
Type - (Deprecated) type: im, tel, all (full media).public String getRoutePolicy()
public void setRoutePolicy(String RoutePolicy)
RoutePolicy - Session allocation policy.public Long getUsingLastSeat()
public void setUsingLastSeat(Long UsingLastSeat)
UsingLastSeat - Whether the session is allocated to the last serviced agent first.public Long getMaxConcurrency()
public void setMaxConcurrency(Long MaxConcurrency)
MaxConcurrency - Maximum concurrency number of single client service (default 1 for telephone type).public Long getLastModifyTimestamp()
public void setLastModifyTimestamp(Long LastModifyTimestamp)
LastModifyTimestamp - Last modification time.public Long getSkillGroupType()
public void setSkillGroupType(Long SkillGroupType)
SkillGroupType - Skill group type 0-cell phone, 1-online, 3-audio, 4-video.      .public String getAlias()
public void setAlias(String Alias)
Alias - Intra-Skill group line number.public Boolean getRingAll()
public void setRingAll(Boolean RingAll)
RingAll - Specifies whether to enable simultaneous ring.Copyright © 2025. All rights reserved.