public class QueryResult
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
key
example:
|
String |
value
example:
|
| Constructor and Description |
|---|
QueryResult() |
| Modifier and Type | Method and Description |
|---|---|
static QueryResult |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
QueryResult |
setKey(String key) |
QueryResult |
setValue(String value) |
@NameInMap(value="key") public String key
key
@NameInMap(value="value") public String value
value
public static QueryResult build(Map<String,?> map) throws Exception
Exceptionpublic QueryResult setKey(String key)
public String getKey()
public QueryResult setValue(String value)
public String getValue()
Copyright © 2025. All rights reserved.