public class QueryTagInfoBySelectionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
industryId
The industry ID.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
Long |
sceneId
The scene ID.
|
Long |
tagId
The tag ID.
|
| 构造器和说明 |
|---|
QueryTagInfoBySelectionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryTagInfoBySelectionRequest |
build(Map<String,?> map) |
Long |
getIndustryId() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Long |
getSceneId() |
Long |
getTagId() |
QueryTagInfoBySelectionRequest |
setIndustryId(Long industryId) |
QueryTagInfoBySelectionRequest |
setOwnerId(Long ownerId) |
QueryTagInfoBySelectionRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
QueryTagInfoBySelectionRequest |
setResourceOwnerId(Long resourceOwnerId) |
QueryTagInfoBySelectionRequest |
setSceneId(Long sceneId) |
QueryTagInfoBySelectionRequest |
setTagId(Long tagId) |
@NameInMap(value="IndustryId") public Long industryId
The industry ID.
example:58
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SceneId") public Long sceneId
The scene ID.
example:83
@NameInMap(value="TagId") public Long tagId
The tag ID.
example:71
public static QueryTagInfoBySelectionRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryTagInfoBySelectionRequest setIndustryId(Long industryId)
public Long getIndustryId()
public QueryTagInfoBySelectionRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QueryTagInfoBySelectionRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public QueryTagInfoBySelectionRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public QueryTagInfoBySelectionRequest setSceneId(Long sceneId)
public Long getSceneId()
public QueryTagInfoBySelectionRequest setTagId(Long tagId)
public Long getTagId()
Copyright © 2026. All rights reserved.