public static final class SearchQuery.CustomFlagCriterion extends SearchQuery.Criterion
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFlag()
Gets the custom flag to be search.
|
SearchQuery.BooleanOperator |
getOperator()
Gets the value to be tested.
|
int |
hashCode() |
String |
toString()
Constructs a
String with all attributes in name = value
format. |
public String getFlag()
public SearchQuery.BooleanOperator getOperator()
BooleanOperator, not nullpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.