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

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

    • additive

      protected Boolean additive
    • boost

      protected Float boost
    • context

      protected String context
    • disabled

      protected Boolean disabled
    • field

      protected String field
    • name

      protected String name
    • occur

      protected String occur
    • parent

      protected String parent
    • query

      protected Object query
    • type

      protected String type
    • value

      protected String value
    • xClassName

      public String xClassName
  • Constructor Details

    • Clause

      public Clause()
  • Method Details

    • toDTO

      public static Clause toDTO(String json)
    • unsafeToDTO

      public static Clause unsafeToDTO(String json)
    • getAdditive

      public Boolean getAdditive()
    • setAdditive

      public void setAdditive(Boolean additive)
    • setAdditive

      public void setAdditive(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> additiveUnsafeSupplier)
    • getBoost

      @Valid public @Valid Float getBoost()
    • setBoost

      public void setBoost(Float boost)
    • setBoost

      public void setBoost(com.liferay.petra.function.UnsafeSupplier<Float,Exception> boostUnsafeSupplier)
    • getContext

      public String getContext()
    • setContext

      public void setContext(String context)
    • setContext

      public void setContext(com.liferay.petra.function.UnsafeSupplier<String,Exception> contextUnsafeSupplier)
    • getDisabled

      public Boolean getDisabled()
    • setDisabled

      public void setDisabled(Boolean disabled)
    • setDisabled

      public void setDisabled(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> disabledUnsafeSupplier)
    • getField

      public String getField()
    • setField

      public void setField(String field)
    • setField

      public void setField(com.liferay.petra.function.UnsafeSupplier<String,Exception> fieldUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getOccur

      public String getOccur()
    • setOccur

      public void setOccur(String occur)
    • setOccur

      public void setOccur(com.liferay.petra.function.UnsafeSupplier<String,Exception> occurUnsafeSupplier)
    • getParent

      public String getParent()
    • setParent

      public void setParent(String parent)
    • setParent

      public void setParent(com.liferay.petra.function.UnsafeSupplier<String,Exception> parentUnsafeSupplier)
    • getQuery

      @Valid public @Valid Object getQuery()
    • setQuery

      public void setQuery(Object query)
    • setQuery

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

      public String getType()
    • setType

      public void setType(String type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<String,Exception> typeUnsafeSupplier)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • setValue

      public void setValue(com.liferay.petra.function.UnsafeSupplier<String,Exception> valueUnsafeSupplier)
    • 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