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 The account to which the call is forwarded is an extension. | 
| Long | getSkillGroupId()Get Specifies the ID of the skill group as the call forwarding target. | 
| String | getStaffUserId()Get Specifies the agent account when the call forwarding target is set to agent and Type is 1. | 
| Long | getType()Get Call forwarding target type. | 
| void | setExtension(String Extension)Set The account to which the call is forwarded is an extension. | 
| void | setSkillGroupId(Long SkillGroupId)Set Specifies the ID of the skill group as the call forwarding target. | 
| void | setStaffUserId(String StaffUserId)Set Specifies the agent account when the call forwarding target is set to agent and Type is 1. | 
| void | setType(Long Type)Set Call forwarding target type. | 
| 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 ForwardingTarget()
public ForwardingTarget(ForwardingTarget source)
public Long getType()
public void setType(Long Type)
Type - Call forwarding target type. valid values: 1 (agent), 2 (skill group), 3 (extension).public String getStaffUserId()
public void setStaffUserId(String StaffUserId)
StaffUserId - Specifies the agent account when the call forwarding target is set to agent and Type is 1.public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId - Specifies the ID of the skill group as the call forwarding target. fill when Type is 2.public String getExtension()
public void setExtension(String Extension)
Extension - The account to which the call is forwarded is an extension. fill when Type is 3.Copyright © 2025. All rights reserved.