public class DeleteAbacPolicyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
abacPolicyId
This parameter is required.
|
Long |
tid
example:
3***
|
| 构造器和说明 |
|---|
DeleteAbacPolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAbacPolicyRequest |
build(Map<String,?> map) |
Long |
getAbacPolicyId() |
Long |
getTid() |
DeleteAbacPolicyRequest |
setAbacPolicyId(Long abacPolicyId) |
DeleteAbacPolicyRequest |
setTid(Long tid) |
@NameInMap(value="AbacPolicyId") public Long abacPolicyId
This parameter is required.
example:12****
@NameInMap(value="Tid") public Long tid
3***
public static DeleteAbacPolicyRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAbacPolicyRequest setAbacPolicyId(Long abacPolicyId)
public Long getAbacPolicyId()
public DeleteAbacPolicyRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.