public class CreateStaffRequest extends AbstractModel
Constructor and Description |
---|
CreateStaffRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getSdkAppId()
Get 应用ID
|
SeatUserInfo[] |
getStaffs()
Get 客服信息,个数不超过 10
|
void |
setSdkAppId(Long SdkAppId)
Set 应用ID
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用IDpublic SeatUserInfo[] getStaffs()
public void setStaffs(SeatUserInfo[] Staffs)
Staffs
- 客服信息,个数不超过 10Copyright © 2021. All rights reserved.