public class ForwardingTarget extends AbstractModel
header, skipSign
Constructor and Description |
---|
ForwardingTarget() |
ForwardingTarget(ForwardingTarget 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 |
getExtension()
Get 呼转目标为分机的账号,Type 为 3 时填写
|
Long |
getSkillGroupId()
Get 呼转目标为技能组的 ID,Type 为 2 时填写
|
String |
getStaffUserId()
Get 呼转目标为座席的账号 Type 为 1 时填写
|
Long |
getType()
Get 呼转目标类型 1 座席 2 技能组 3 分机
|
void |
setExtension(String Extension)
Set 呼转目标为分机的账号,Type 为 3 时填写
|
void |
setSkillGroupId(Long SkillGroupId)
Set 呼转目标为技能组的 ID,Type 为 2 时填写
|
void |
setStaffUserId(String StaffUserId)
Set 呼转目标为座席的账号 Type 为 1 时填写
|
void |
setType(Long Type)
Set 呼转目标类型 1 座席 2 技能组 3 分机
|
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, toJsonString
public ForwardingTarget()
public ForwardingTarget(ForwardingTarget source)
public Long getType()
public void setType(Long Type)
Type
- 呼转目标类型 1 座席 2 技能组 3 分机public String getStaffUserId()
public void setStaffUserId(String StaffUserId)
StaffUserId
- 呼转目标为座席的账号 Type 为 1 时填写public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId
- 呼转目标为技能组的 ID,Type 为 2 时填写public String getExtension()
public void setExtension(String Extension)
Extension
- 呼转目标为分机的账号,Type 为 3 时填写Copyright © 2025. All rights reserved.