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