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