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

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

  • Constructor Details

    • Parameter

      public Parameter()
  • Method Details

    • toDTO

      public static Parameter toDTO(String json)
    • unsafeToDTO

      public static Parameter unsafeToDTO(String json)
    • getDefaultValue

      @Valid public @Valid Object getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(Object defaultValue)
    • setDefaultValue

      public void setDefaultValue(com.liferay.petra.function.UnsafeSupplier<Object,Exception> defaultValueUnsafeSupplier)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • setFormat

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

      @Valid public @Valid Object getMax()
    • setMax

      public void setMax(Object max)
    • setMax

      public void setMax(com.liferay.petra.function.UnsafeSupplier<Object,Exception> maxUnsafeSupplier)
    • getMin

      @Valid public @Valid Object getMin()
    • setMin

      public void setMin(Object min)
    • setMin

      public void setMin(com.liferay.petra.function.UnsafeSupplier<Object,Exception> minUnsafeSupplier)
    • getType

      @Valid public @Valid Parameter.Type getType()
    • getTypeAsString

      public String getTypeAsString()
    • setType

      public void setType(Parameter.Type type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<Parameter.Type,Exception> typeUnsafeSupplier)
    • 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