public class BatchQueryResult
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
decision
example:
|
BatchQueryOutputModelInfo |
outputInfo |
String |
queryKey
example:
|
| Constructor and Description |
|---|
BatchQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
static BatchQueryResult |
build(Map<String,?> map) |
String |
getDecision() |
BatchQueryOutputModelInfo |
getOutputInfo() |
String |
getQueryKey() |
BatchQueryResult |
setDecision(String decision) |
BatchQueryResult |
setOutputInfo(BatchQueryOutputModelInfo outputInfo) |
BatchQueryResult |
setQueryKey(String queryKey) |
@NameInMap(value="query_key") @Validation(required=true) public String queryKey
test
@NameInMap(value="decision") @Validation(required=true) public String decision
accept
@NameInMap(value="output_info") @Validation(required=true) public BatchQueryOutputModelInfo outputInfo
public static BatchQueryResult build(Map<String,?> map) throws Exception
Exceptionpublic BatchQueryResult setQueryKey(String queryKey)
public String getQueryKey()
public BatchQueryResult setDecision(String decision)
public String getDecision()
public BatchQueryResult setOutputInfo(BatchQueryOutputModelInfo outputInfo)
public BatchQueryOutputModelInfo getOutputInfo()
Copyright © 2025. All rights reserved.