public class HierarchyGroupCondition
extends java.lang.Object
implements java.io.Serializable
A leaf node condition which can be used to specify a hierarchy group condition.
| Constructor and Description |
|---|
HierarchyGroupCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getHierarchyGroupMatchType()
The type of hierarchy group match.
|
java.lang.String |
getValue()
The value in the hierarchy group condition.
|
int |
hashCode() |
void |
setHierarchyGroupMatchType(HierarchyGroupMatchType hierarchyGroupMatchType)
The type of hierarchy group match.
|
void |
setHierarchyGroupMatchType(java.lang.String hierarchyGroupMatchType)
The type of hierarchy group match.
|
void |
setValue(java.lang.String value)
The value in the hierarchy group condition.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HierarchyGroupCondition |
withHierarchyGroupMatchType(HierarchyGroupMatchType hierarchyGroupMatchType)
The type of hierarchy group match.
|
HierarchyGroupCondition |
withHierarchyGroupMatchType(java.lang.String hierarchyGroupMatchType)
The type of hierarchy group match.
|
HierarchyGroupCondition |
withValue(java.lang.String value)
The value in the hierarchy group condition.
|
public java.lang.String getValue()
The value in the hierarchy group condition.
The value in the hierarchy group condition.
public void setValue(java.lang.String value)
The value in the hierarchy group condition.
value - The value in the hierarchy group condition.
public HierarchyGroupCondition withValue(java.lang.String value)
The value in the hierarchy group condition.
Returns a reference to this object so that method calls can be chained together.
value - The value in the hierarchy group condition.
public java.lang.String getHierarchyGroupMatchType()
The type of hierarchy group match.
Constraints:
Allowed Values: EXACT, WITH_CHILD_GROUPS
The type of hierarchy group match.
HierarchyGroupMatchTypepublic void setHierarchyGroupMatchType(java.lang.String hierarchyGroupMatchType)
The type of hierarchy group match.
Constraints:
Allowed Values: EXACT, WITH_CHILD_GROUPS
hierarchyGroupMatchType - The type of hierarchy group match.
HierarchyGroupMatchTypepublic HierarchyGroupCondition withHierarchyGroupMatchType(java.lang.String hierarchyGroupMatchType)
The type of hierarchy group match.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: EXACT, WITH_CHILD_GROUPS
hierarchyGroupMatchType - The type of hierarchy group match.
HierarchyGroupMatchTypepublic void setHierarchyGroupMatchType(HierarchyGroupMatchType hierarchyGroupMatchType)
The type of hierarchy group match.
Constraints:
Allowed Values: EXACT, WITH_CHILD_GROUPS
hierarchyGroupMatchType - The type of hierarchy group match.
HierarchyGroupMatchTypepublic HierarchyGroupCondition withHierarchyGroupMatchType(HierarchyGroupMatchType hierarchyGroupMatchType)
The type of hierarchy group match.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: EXACT, WITH_CHILD_GROUPS
hierarchyGroupMatchType - The type of hierarchy group match.
HierarchyGroupMatchTypepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object