public static class RangerPolicy.RangerPolicyItemAccess extends Object implements Serializable
| Constructor and Description |
|---|
RangerPolicyItemAccess() |
RangerPolicyItemAccess(String type) |
RangerPolicyItemAccess(String type,
Boolean isAllowed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getIsAllowed() |
String |
getType() |
int |
hashCode() |
void |
setIsAllowed(Boolean isAllowed) |
void |
setType(String type) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
public RangerPolicyItemAccess()
public RangerPolicyItemAccess(String type)
public String getType()
public void setType(String type)
type - the type to setpublic Boolean getIsAllowed()
public void setIsAllowed(Boolean isAllowed)
isAllowed - the isAllowed to setpublic StringBuilder toString(StringBuilder sb)
Copyright © 2024 The Apache Software Foundation. All rights reserved.