public class CreateStaffRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateStaffRequest() |
CreateStaffRequest(CreateStaffRequest 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
|
Boolean |
getSendPassword()
Get 是否发送密码邮件,默认true
|
SeatUserInfo[] |
getStaffs()
Get 客服信息,个数不超过 10
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
setSendPassword(Boolean SendPassword)
Set 是否发送密码邮件,默认true
|
void |
setStaffs(SeatUserInfo[] Staffs)
Set 客服信息,个数不超过 10
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateStaffRequest()
public CreateStaffRequest(CreateStaffRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic SeatUserInfo[] getStaffs()
public void setStaffs(SeatUserInfo[] Staffs)
Staffs
- 客服信息,个数不超过 10public Boolean getSendPassword()
public void setSendPassword(Boolean SendPassword)
SendPassword
- 是否发送密码邮件,默认trueCopyright © 2023. All rights reserved.