public class DeleteAuthorizeDataPolicyDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeleteAuthorizeDataPolicyDto.TargetType
主体类型,包括 USER、GROUP、ROLE、ORG 四种类型
|
| 构造器和说明 |
|---|
DeleteAuthorizeDataPolicyDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPolicyId() |
String |
getTargetIdentifier() |
DeleteAuthorizeDataPolicyDto.TargetType |
getTargetType() |
void |
setPolicyId(String policyId) |
void |
setTargetIdentifier(String targetIdentifier) |
void |
setTargetType(DeleteAuthorizeDataPolicyDto.TargetType targetType) |
public DeleteAuthorizeDataPolicyDto.TargetType getTargetType()
public void setTargetType(DeleteAuthorizeDataPolicyDto.TargetType targetType)
public String getTargetIdentifier()
public void setTargetIdentifier(String targetIdentifier)
public String getPolicyId()
public void setPolicyId(String policyId)
Copyright © 2024. All rights reserved.