public static class QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The English name of the parameter.
|
String |
hint
The input hint.
|
Boolean |
must
Indicates whether the parameter is required.
|
String |
name
The Chinese name of the parameter.
|
String |
type
The type.
|
List<QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamListValueDict> |
valueDict
The definitions of the enumerated values such as Code or Desc.
|
| 构造器和说明 |
|---|
QueryTagInfoBySelectionResponseBodyDataParamList() |
@NameInMap(value="Code") public String code
The English name of the parameter.
example:preame
@NameInMap(value="Hint") public String hint
The input hint.
example:none
@NameInMap(value="Must") public Boolean must
Indicates whether the parameter is required.
example:false
@NameInMap(value="Name") public String name
The Chinese name of the parameter.
example:none
@NameInMap(value="Type") public String type
The type. The code that corresponds to EnumUIWidgetTypes.
example:aqzx
@NameInMap(value="ValueDict") public List<QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamListValueDict> valueDict
The definitions of the enumerated values such as Code or Desc.
public QueryTagInfoBySelectionResponseBodyDataParamList()
public static QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList build(Map<String,?> map) throws Exception
Exceptionpublic QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList setCode(String code)
public String getCode()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList setHint(String hint)
public String getHint()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList setMust(Boolean must)
public Boolean getMust()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList setName(String name)
public String getName()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList setType(String type)
public String getType()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList setValueDict(List<QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamListValueDict> valueDict)
public List<QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamListValueDict> getValueDict()
Copyright © 2026. All rights reserved.