Package ai.vectros.types
Class FilterCondition
java.lang.Object
ai.vectros.types.FilterCondition
-
Method Details
-
getEq
- Returns:
- Equals the given scalar.
-
getNe
- Returns:
- Not equal to the given scalar.
-
getGt
- Returns:
- Strictly greater than the given scalar.
-
getGte
- Returns:
- Greater than or equal to the given scalar.
-
getLt
- Returns:
- Strictly less than the given scalar.
-
getLte
- Returns:
- Less than or equal to the given scalar.
-
getIn
- Returns:
- Matches any value in the array (membership).
-
getNin
- Returns:
- Matches none of the values in the array (negated membership).
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-