public static class RangerPolicy.RangerPolicyItemCondition extends Object implements Serializable
| Constructor and Description |
|---|
RangerPolicyItemCondition() |
RangerPolicyItemCondition(String type,
List<String> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getType() |
List<String> |
getValues() |
int |
hashCode() |
void |
setType(String type) |
void |
setValues(List<String> values) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
public String getType()
public void setType(String type)
type - the type to setpublic StringBuilder toString(StringBuilder sb)
Copyright © 2024 The Apache Software Foundation. All rights reserved.