public static class QueryFormInstanceResponseBody.QueryFormInstanceResponseBodyFormInstDataList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizAlias |
String |
componentType |
String |
extendValue |
String |
key |
String |
label |
String |
value |
| 构造器和说明 |
|---|
QueryFormInstanceResponseBodyFormInstDataList() |
@NameInMap(value="bizAlias") public String bizAlias
@NameInMap(value="componentType") public String componentType
@NameInMap(value="extendValue") public String extendValue
@NameInMap(value="key") public String key
@NameInMap(value="label") public String label
@NameInMap(value="value") public String value
public QueryFormInstanceResponseBodyFormInstDataList()
public static QueryFormInstanceResponseBody.QueryFormInstanceResponseBodyFormInstDataList build(Map<String,?> map) throws Exception
Exceptionpublic QueryFormInstanceResponseBody.QueryFormInstanceResponseBodyFormInstDataList setBizAlias(String bizAlias)
public String getBizAlias()
public QueryFormInstanceResponseBody.QueryFormInstanceResponseBodyFormInstDataList setComponentType(String componentType)
public String getComponentType()
public QueryFormInstanceResponseBody.QueryFormInstanceResponseBodyFormInstDataList setExtendValue(String extendValue)
public String getExtendValue()
public QueryFormInstanceResponseBody.QueryFormInstanceResponseBodyFormInstDataList setKey(String key)
public String getKey()
public QueryFormInstanceResponseBody.QueryFormInstanceResponseBodyFormInstDataList setLabel(String label)
public String getLabel()
public QueryFormInstanceResponseBody.QueryFormInstanceResponseBodyFormInstDataList setValue(String value)
public String getValue()
Copyright © 2022. All rights reserved.