public class BindStaffSkillGroupListRequest extends AbstractModel
Constructor and Description |
---|
BindStaffSkillGroupListRequest() |
BindStaffSkillGroupListRequest(BindStaffSkillGroupListRequest 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 |
getSdkAppId()
Get 实例ID
|
Long[] |
getSkillGroupList()
Get 绑定技能组列表
|
String |
getStaffEmail()
Get 坐席邮箱
|
void |
setSdkAppId(Long SdkAppId)
Set 实例ID
|
void |
setSkillGroupList(Long[] SkillGroupList)
Set 绑定技能组列表
|
void |
setStaffEmail(String StaffEmail)
Set 坐席邮箱
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BindStaffSkillGroupListRequest()
public BindStaffSkillGroupListRequest(BindStaffSkillGroupListRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 实例IDpublic String getStaffEmail()
public void setStaffEmail(String StaffEmail)
StaffEmail
- 坐席邮箱public Long[] getSkillGroupList()
public void setSkillGroupList(Long[] SkillGroupList)
SkillGroupList
- 绑定技能组列表Copyright © 2021. All rights reserved.