java.lang.Object
com.liferay.search.experiences.rest.dto.v1_0.Range
All Implemented Interfaces:
Serializable

@Generated("") public class Range extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • format

      protected String format
    • gt

      protected Object gt
    • gte

      protected Object gte
    • lt

      protected Object lt
    • lte

      protected Object lte
    • parameterName

      protected String parameterName
    • xClassName

      public String xClassName
  • Constructor Details

    • Range

      public Range()
  • Method Details

    • toDTO

      public static Range toDTO(String json)
    • unsafeToDTO

      public static Range unsafeToDTO(String json)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • setFormat

      public void setFormat(com.liferay.petra.function.UnsafeSupplier<String,Exception> formatUnsafeSupplier)
    • getGt

      @Valid public @Valid Object getGt()
    • setGt

      public void setGt(Object gt)
    • setGt

      public void setGt(com.liferay.petra.function.UnsafeSupplier<Object,Exception> gtUnsafeSupplier)
    • getGte

      @Valid public @Valid Object getGte()
    • setGte

      public void setGte(Object gte)
    • setGte

      public void setGte(com.liferay.petra.function.UnsafeSupplier<Object,Exception> gteUnsafeSupplier)
    • getLt

      @Valid public @Valid Object getLt()
    • setLt

      public void setLt(Object lt)
    • setLt

      public void setLt(com.liferay.petra.function.UnsafeSupplier<Object,Exception> ltUnsafeSupplier)
    • getLte

      @Valid public @Valid Object getLte()
    • setLte

      public void setLte(Object lte)
    • setLte

      public void setLte(com.liferay.petra.function.UnsafeSupplier<Object,Exception> lteUnsafeSupplier)
    • getParameterName

      public String getParameterName()
    • setParameterName

      public void setParameterName(String parameterName)
    • setParameterName

      public void setParameterName(com.liferay.petra.function.UnsafeSupplier<String,Exception> parameterNameUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object