public static final class SearchQuery.SizeCriterion extends SearchQuery.Criterion
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SearchQuery.NumericOperator |
getOperator()
Gets the search operation and value to be evaluated.
|
int |
hashCode() |
String |
toString()
Constructs a
String with all attributes in name = value
format. |
public SearchQuery.NumericOperator getOperator()
NumericOperator, 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.