Package tech.ailef.dbadmin.external.dto
Class QueryFilter
java.lang.Object
tech.ailef.dbadmin.external.dto.QueryFilter
A single filter in a FacetedSearchRequest. This describes a
single boolean condition on the value of a specific field.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetField()Returns the field of the boolean conditiongetOp()Returns the operator of the boolean conditiongetValue()Returns the value of the boolean conditioninthashCode()toString()Provides a readable version of this query filter, customized based on field type and/or operator.
-
Constructor Details
-
QueryFilter
-
-
Method Details
-
getField
Returns the field of the boolean condition- Returns:
-
getOp
Returns the operator of the boolean condition- Returns:
-
getValue
Returns the value of the boolean condition- Returns:
-
toString
Provides a readable version of this query filter, customized based on field type and/or operator. -
hashCode
public int hashCode() -
equals
-