public static class QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiName
The API operation that is called by the frontend.
|
String |
code
Code
example:
OK
|
String |
docAddress
The URL for the API documentation.
|
Long |
id
The tag ID.
|
Long |
industryId
The industry ID.
|
String |
industryName
The industry name.
|
String |
introduction
The tag description.
|
Long |
isOpen
Indicates whether the number is activated.
|
String |
name
The tag name.
|
String |
saleStatusStr
0: The number is hidden.
|
Long |
sceneId
The scene ID.
|
String |
sceneName
The scene name.
|
| 构造器和说明 |
|---|
QueryTagListPageResponseBodyDataRecords() |
@NameInMap(value="ApiName") public String apiName
The API operation that is called by the frontend.
example:TwoElementsVerification
@NameInMap(value="Code") public String code
Code
example:OK
@NameInMap(value="DocAddress") public String docAddress
The URL for the API documentation.
example:https://help.aliyun.com/document_detail/388997.html?spm=a2c4g.388997.0.0.cf804cc7DX4vlP
@NameInMap(value="Id") public Long id
The tag ID.
example:75
@NameInMap(value="IndustryId") public Long industryId
The industry ID.
example:2
@NameInMap(value="IndustryName") public String industryName
The industry name.
example:Test
@NameInMap(value="Introduction") public String introduction
The tag description.
example:for autotest new
@NameInMap(value="IsOpen") public Long isOpen
Indicates whether the number is activated.
example:45
@NameInMap(value="Name") public String name
The tag name.
example:Aliyun
@NameInMap(value="SaleStatusStr") public String saleStatusStr
1
@NameInMap(value="SceneId") public Long sceneId
The scene ID.
example:13
@NameInMap(value="SceneName") public String sceneName
The scene name.
example:check
public static QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords build(Map<String,?> map) throws Exception
Exceptionpublic QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setApiName(String apiName)
public String getApiName()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setCode(String code)
public String getCode()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setDocAddress(String docAddress)
public String getDocAddress()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setId(Long id)
public Long getId()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setIndustryId(Long industryId)
public Long getIndustryId()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setIndustryName(String industryName)
public String getIndustryName()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setIntroduction(String introduction)
public String getIntroduction()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setIsOpen(Long isOpen)
public Long getIsOpen()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setName(String name)
public String getName()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setSaleStatusStr(String saleStatusStr)
public String getSaleStatusStr()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setSceneId(Long sceneId)
public Long getSceneId()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords setSceneName(String sceneName)
public String getSceneName()
Copyright © 2026. All rights reserved.