public static final class SearchQuery.HeaderCriterion extends SearchQuery.Criterion
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHeaderName()
Gets the name of the header whose value is to be searched.
|
SearchQuery.HeaderOperator |
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 String getHeaderName()
public SearchQuery.HeaderOperator getOperator()
Operator, 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.