public class BatchSendOTOResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
flowControlledStaffIdList |
List<String> |
invalidStaffIdList |
String |
processQueryKey |
| 构造器和说明 |
|---|
BatchSendOTOResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchSendOTOResponseBody |
build(Map<String,?> map) |
List<String> |
getFlowControlledStaffIdList() |
List<String> |
getInvalidStaffIdList() |
String |
getProcessQueryKey() |
BatchSendOTOResponseBody |
setFlowControlledStaffIdList(List<String> flowControlledStaffIdList) |
BatchSendOTOResponseBody |
setInvalidStaffIdList(List<String> invalidStaffIdList) |
BatchSendOTOResponseBody |
setProcessQueryKey(String processQueryKey) |
@NameInMap(value="flowControlledStaffIdList") public List<String> flowControlledStaffIdList
@NameInMap(value="processQueryKey") public String processQueryKey
public static BatchSendOTOResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic BatchSendOTOResponseBody setFlowControlledStaffIdList(List<String> flowControlledStaffIdList)
public BatchSendOTOResponseBody setInvalidStaffIdList(List<String> invalidStaffIdList)
public BatchSendOTOResponseBody setProcessQueryKey(String processQueryKey)
public String getProcessQueryKey()
Copyright © 2022. All rights reserved.