public class UnbindStaffSkillGroupListRequest extends AbstractModel
Constructor and Description |
---|
UnbindStaffSkillGroupListRequest() |
UnbindStaffSkillGroupListRequest(UnbindStaffSkillGroupListRequest 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(必填),可以查看 https://console.cloud.tencent.com/ccc
|
Long[] |
getSkillGroupList()
Get 解绑技能组列表
|
String |
getStaffEmail()
Get 客服邮箱
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
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 UnbindStaffSkillGroupListRequest()
public UnbindStaffSkillGroupListRequest(UnbindStaffSkillGroupListRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic String getStaffEmail()
public void setStaffEmail(String StaffEmail)
StaffEmail
- 客服邮箱public Long[] getSkillGroupList()
public void setSkillGroupList(Long[] SkillGroupList)
SkillGroupList
- 解绑技能组列表Copyright © 2022. All rights reserved.