Class CreateStaffRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.CreateStaffRequest
-
public class CreateStaffRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccBoolean
getSendPassword()
Get 是否发送密码邮件,默认trueSeatUserInfo[]
getStaffs()
Get 客服信息,个数不超过 10void
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccvoid
setSendPassword(Boolean SendPassword)
Set 是否发送密码邮件,默认truevoid
setStaffs(SeatUserInfo[] Staffs)
Set 客服信息,个数不超过 10void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateStaffRequest
public CreateStaffRequest()
-
CreateStaffRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc- Returns:
- SdkAppId 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc- Parameters:
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
-
getStaffs
public SeatUserInfo[] getStaffs()
Get 客服信息,个数不超过 10- Returns:
- Staffs 客服信息,个数不超过 10
-
setStaffs
public void setStaffs(SeatUserInfo[] Staffs)
Set 客服信息,个数不超过 10- Parameters:
Staffs
- 客服信息,个数不超过 10
-
getSendPassword
public Boolean getSendPassword()
Get 是否发送密码邮件,默认true- Returns:
- SendPassword 是否发送密码邮件,默认true
-
setSendPassword
public void setSendPassword(Boolean SendPassword)
Set 是否发送密码邮件,默认true- Parameters:
SendPassword
- 是否发送密码邮件,默认true
-
-