Class RangeValue

java.lang.Object
redis.clients.jedis.search.querybuilder.Value
redis.clients.jedis.search.querybuilder.RangeValue
Direct Known Subclasses:
DoubleRangeValue, LongRangeValue

public abstract class RangeValue extends Value
  • Field Details

    • inclusiveMin

      private boolean inclusiveMin
    • inclusiveMax

      private boolean inclusiveMax
  • Constructor Details

    • RangeValue

      public RangeValue()
  • Method Details

    • isCombinable

      public boolean isCombinable()
      Overrides:
      isCombinable in class Value
    • appendFrom

      protected abstract void appendFrom(StringBuilder sb, boolean inclusive)
    • appendTo

      protected abstract void appendTo(StringBuilder sb, boolean inclusive)
    • toString

      public String toString()
      Specified by:
      toString in class Value
    • inclusiveMin

      public RangeValue inclusiveMin(boolean val)
    • inclusiveMax

      public RangeValue inclusiveMax(boolean val)