Class Query.FilterPredicate

    • Method Detail

      • getPropertyName

        public String getPropertyName()
        Gets the name of the property to be filtered on.
      • getOperator

        public Query.FilterOperator getOperator()
        Gets the operator describing how to apply the filter.
      • getValue

        public Object getValue()
        Gets the argument to the filter operator.
      • equals

        public boolean equals​(@Nullable Object o)
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object