public class BatchQueryOutputModelInfo
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
name
example:
|
String |
value
example:
|
String |
valueType
example:
|
| Constructor and Description |
|---|
BatchQueryOutputModelInfo() |
| Modifier and Type | Method and Description |
|---|---|
static BatchQueryOutputModelInfo |
build(Map<String,?> map) |
String |
getName() |
String |
getValue() |
String |
getValueType() |
BatchQueryOutputModelInfo |
setName(String name) |
BatchQueryOutputModelInfo |
setValue(String value) |
BatchQueryOutputModelInfo |
setValueType(String valueType) |
@NameInMap(value="name") @Validation(required=true) public String name
aft_v3
@NameInMap(value="value") @Validation(required=true) public String value
4.0
@NameInMap(value="value_type") @Validation(required=true) public String valueType
Double
public static BatchQueryOutputModelInfo build(Map<String,?> map) throws Exception
Exceptionpublic BatchQueryOutputModelInfo setName(String name)
public String getName()
public BatchQueryOutputModelInfo setValue(String value)
public String getValue()
public BatchQueryOutputModelInfo setValueType(String valueType)
public String getValueType()
Copyright © 2025. All rights reserved.