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 |
---|---|
Long |
getLastModifyTimestamp()
Get Last modification time.
|
Long |
getMaxConcurrency()
Get Maximum concurrency number of single client service (default 1 for telephone type).
|
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-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 |
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 |
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-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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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.
Note: this field may return null, indicating that no valid values can be obtained.public Long getUsingLastSeat()
public void setUsingLastSeat(Long UsingLastSeat)
UsingLastSeat
- Whether the session is allocated to the last serviced agent first.
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxConcurrency()
public void setMaxConcurrency(Long MaxConcurrency)
MaxConcurrency
- Maximum concurrency number of single client service (default 1 for telephone type).
Note: this field may return null, indicating that no valid values can be obtained.public Long getLastModifyTimestamp()
public void setLastModifyTimestamp(Long LastModifyTimestamp)
LastModifyTimestamp
- Last modification time.
Note: this field may return null, indicating that no valid values can be obtained.public Long getSkillGroupType()
public void setSkillGroupType(Long SkillGroupType)
SkillGroupType
- Skill group type 0-phone, 1-online, 3-audio, 4-video.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.