public static class QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
authCodeList
The list of available authorization codes.
|
String |
complexityType |
String |
demoAddress
The URL for the API demo.
|
String |
docAddress
The URL for the API documentation.
|
String |
enumDefinitionAddress
The URL for the definitions of the enumerated values.
|
String |
flowName
The flow name.
|
Long |
industryId
The industry ID.
|
String |
industryName
The industry name.
|
List<QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList> |
paramList
The list of tag parameters.
|
String |
richTextDescription |
Long |
sceneId
The scene ID.
|
String |
sceneName
The scene name.
|
Long |
tagId
The tag ID.
|
String |
tagName
The tag name.
|
| 构造器和说明 |
|---|
QueryTagInfoBySelectionResponseBodyData() |
@NameInMap(value="AuthCodeList") public List<String> authCodeList
The list of available authorization codes.
@NameInMap(value="ComplexityType") public String complexityType
@NameInMap(value="DemoAddress") public String demoAddress
The URL for the API demo.
example:https://help.aliyun.com/document_detail/388997.html?spm=a2c4g.2573870.0.0.3aa921cbOrtqJz
@NameInMap(value="DocAddress") public String docAddress
The URL for the API documentation.
example:https://help.aliyun.com/document_detail/388997.html?spm=a2c4g.2573870.0.0.3aa921cbOrtqJz
@NameInMap(value="EnumDefinitionAddress") public String enumDefinitionAddress
The URL for the definitions of the enumerated values.
example:example.aliyundoc.com
@NameInMap(value="FlowName") public String flowName
The flow name.
example:process name
@NameInMap(value="IndustryId") public Long industryId
The industry ID.
example:83
@NameInMap(value="IndustryName") public String industryName
The industry name.
example:logistics
@NameInMap(value="ParamList") public List<QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList> paramList
The list of tag parameters.
@NameInMap(value="RichTextDescription") public String richTextDescription
@NameInMap(value="SceneId") public Long sceneId
The scene ID.
example:41
@NameInMap(value="SceneName") public String sceneName
The scene name.
example:General scenario
@NameInMap(value="TagId") public Long tagId
The tag ID.
example:31
@NameInMap(value="TagName") public String tagName
The tag name.
example:Number ownership
public static QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setAuthCodeList(List<String> authCodeList)
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setComplexityType(String complexityType)
public String getComplexityType()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setDemoAddress(String demoAddress)
public String getDemoAddress()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setDocAddress(String docAddress)
public String getDocAddress()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setEnumDefinitionAddress(String enumDefinitionAddress)
public String getEnumDefinitionAddress()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setFlowName(String flowName)
public String getFlowName()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setIndustryId(Long industryId)
public Long getIndustryId()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setIndustryName(String industryName)
public String getIndustryName()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setParamList(List<QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList> paramList)
public List<QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyDataParamList> getParamList()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setRichTextDescription(String richTextDescription)
public String getRichTextDescription()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setSceneId(Long sceneId)
public Long getSceneId()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setSceneName(String sceneName)
public String getSceneName()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setTagId(Long tagId)
public Long getTagId()
public QueryTagInfoBySelectionResponseBody.QueryTagInfoBySelectionResponseBodyData setTagName(String tagName)
public String getTagName()
Copyright © 2026. All rights reserved.