public final class SearchClause extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SearchClause.Comparator |
static class |
SearchClause.Operator |
static class |
SearchClause.Type |
Constructor and Description |
---|
SearchClause() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SearchClause.Comparator |
getComparator() |
SearchClause.Operator |
getOperator() |
String |
getProperty() |
SearchClause.Type |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setComparator(SearchClause.Comparator comparator) |
void |
setOperator(SearchClause.Operator operator) |
void |
setProperty(String property) |
void |
setType(SearchClause.Type type) |
void |
setValue(String value) |
String |
toString() |
public SearchClause.Operator getOperator()
public void setOperator(SearchClause.Operator operator)
public SearchClause.Type getType()
public void setType(SearchClause.Type type)
public String getProperty()
public void setProperty(String property)
public SearchClause.Comparator getComparator()
public void setComparator(SearchClause.Comparator comparator)
public String getValue()
public void setValue(String value)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.