public static class CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
openContactIds |
String |
queryType
example:
AIMED
|
String |
searchContactConditions
example:
{}
|
String |
searchCustomerConditions
example:
{}
|
| 构造器和说明 |
|---|
CustomerSendMsgTaskRequestQueryCustomer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer |
build(Map<String,?> map) |
List<String> |
getOpenContactIds() |
String |
getQueryType() |
String |
getSearchContactConditions() |
String |
getSearchCustomerConditions() |
CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer |
setOpenContactIds(List<String> openContactIds) |
CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer |
setQueryType(String queryType) |
CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer |
setSearchContactConditions(String searchContactConditions) |
CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer |
setSearchCustomerConditions(String searchCustomerConditions) |
@NameInMap(value="queryType") public String queryType
AIMED
@NameInMap(value="searchContactConditions") public String searchContactConditions
{}
@NameInMap(value="searchCustomerConditions") public String searchCustomerConditions
{}
public static CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer build(Map<String,?> map) throws Exception
Exceptionpublic CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer setOpenContactIds(List<String> openContactIds)
public CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer setQueryType(String queryType)
public String getQueryType()
public CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer setSearchContactConditions(String searchContactConditions)
public String getSearchContactConditions()
public CustomerSendMsgTaskRequest.CustomerSendMsgTaskRequestQueryCustomer setSearchCustomerConditions(String searchCustomerConditions)
public String getSearchCustomerConditions()
Copyright © 2025. All rights reserved.