Class RequestFacetSet


  • @Validated
    public class RequestFacetSet
    extends Object
    The interval to Set
    • Constructor Detail

      • RequestFacetSet

        public RequestFacetSet()
    • Method Detail

      • getLabel

        public String getLabel()
        A label to use to identify the set
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
      • getStart

        public String getStart()
        The start of the range
        Returns:
        start
      • setStart

        public void setStart​(String start)
      • getEnd

        public String getEnd()
        The end of the range
        Returns:
        end
      • setEnd

        public void setEnd​(String end)
      • isStartInclusive

        public Boolean isStartInclusive()
        When true, the set will include values greater or equal to \"start\"
        Returns:
        startInclusive
      • setStartInclusive

        public void setStartInclusive​(Boolean startInclusive)
      • isEndInclusive

        public Boolean isEndInclusive()
        When true, the set will include values less than or equal to \"end\"
        Returns:
        endInclusive
      • setEndInclusive

        public void setEndInclusive​(Boolean endInclusive)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object