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