public class CreateCCCSkillGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCCCSkillGroupRequest() |
CreateCCCSkillGroupRequest(CreateCCCSkillGroupRequest 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 |
getMaxConcurrency()
Get The maximum number of people received by the skill group (the maximum number of people that one seat in this skill group can receive) is set to 1 by default.
|
Long |
getSdkAppId()
Get Application ID (required).
|
String |
getSkillGroupName()
Get Skill group name.
|
Long |
getSkillGroupType()
Get Skill group type 0-Cell phone, 1-Online, 3-Audio, 4-Video.
|
void |
setMaxConcurrency(Long MaxConcurrency)
Set The maximum number of people received by the skill group (the maximum number of people that one seat in this skill group can receive) is set to 1 by default.
|
void |
setSdkAppId(Long SdkAppId)
Set Application ID (required).
|
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 |
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 CreateCCCSkillGroupRequest()
public CreateCCCSkillGroupRequest(CreateCCCSkillGroupRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application ID (required).public String getSkillGroupName()
public void setSkillGroupName(String SkillGroupName)
SkillGroupName
- Skill group name.public Long getSkillGroupType()
public void setSkillGroupType(Long SkillGroupType)
SkillGroupType
- Skill group type 0-Cell phone, 1-Online, 3-Audio, 4-Video.public Long getMaxConcurrency()
public void setMaxConcurrency(Long MaxConcurrency)
MaxConcurrency
- The maximum number of people received by the skill group (the maximum number of people that one seat in this skill group can receive) is set to 1 by default. 1. If the skill group type is online, the maximum could be set to one and above.
2. If the skill group type is phone, audio, or video, then the maximum must be 1Copyright © 2024. All rights reserved.