public class ModifyStaffRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyStaffRequest() |
ModifyStaffRequest(ModifyStaffRequest 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 |
getEmail()
Get Agent account.
|
String |
getName()
Get Agent name.
|
String |
getNick()
Get Agent nickname.
|
String |
getPhone()
Get Agent phone number (preceded by 0086, example: 008618011111111).
|
Long |
getSdkAppId()
Get Application ID
|
Long[] |
getSkillGroupIds()
Get Bind skill group ID list.
|
Long |
getUseMobileAccept()
Get Cell phone answering pattern: 0 - Off | 1 - Only when Offline | 2 - Always.
|
Boolean |
getUseMobileCallOut()
Get Whether the cell phone outbound call switch is enabled or not.
|
void |
setEmail(String Email)
Set Agent account.
|
void |
setName(String Name)
Set Agent name.
|
void |
setNick(String Nick)
Set Agent nickname.
|
void |
setPhone(String Phone)
Set Agent phone number (preceded by 0086, example: 008618011111111).
|
void |
setSdkAppId(Long SdkAppId)
Set Application ID
|
void |
setSkillGroupIds(Long[] SkillGroupIds)
Set Bind skill group ID list.
|
void |
setUseMobileAccept(Long UseMobileAccept)
Set Cell phone answering pattern: 0 - Off | 1 - Only when Offline | 2 - Always.
|
void |
setUseMobileCallOut(Boolean UseMobileCallOut)
Set Whether the cell phone outbound call switch is enabled or not.
|
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 ModifyStaffRequest()
public ModifyStaffRequest(ModifyStaffRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application IDpublic String getEmail()
public void setEmail(String Email)
Email
- Agent account.public String getName()
public void setName(String Name)
Name
- Agent name.public String getPhone()
public void setPhone(String Phone)
Phone
- Agent phone number (preceded by 0086, example: 008618011111111).public String getNick()
public void setNick(String Nick)
Nick
- Agent nickname.public Long[] getSkillGroupIds()
public void setSkillGroupIds(Long[] SkillGroupIds)
SkillGroupIds
- Bind skill group ID list.public Boolean getUseMobileCallOut()
public void setUseMobileCallOut(Boolean UseMobileCallOut)
UseMobileCallOut
- Whether the cell phone outbound call switch is enabled or not.public Long getUseMobileAccept()
public void setUseMobileAccept(Long UseMobileAccept)
UseMobileAccept
- Cell phone answering pattern: 0 - Off | 1 - Only when Offline | 2 - Always.Copyright © 2024. All rights reserved.