public class DeleteStaffRequest extends AbstractModel
Constructor and Description |
---|
DeleteStaffRequest() |
DeleteStaffRequest(DeleteStaffRequest 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
|
String[] |
getStaffList()
Get 待删除客服邮箱列表
|
void |
setSdkAppId(Long SdkAppId)
Set 实例ID
|
void |
setStaffList(String[] StaffList)
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 DeleteStaffRequest()
public DeleteStaffRequest(DeleteStaffRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 实例IDpublic String[] getStaffList()
public void setStaffList(String[] StaffList)
StaffList
- 待删除客服邮箱列表Copyright © 2022. All rights reserved.