Class FieldMapping

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

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

    • boost

      protected Float boost
    • field

      protected String field
    • locale

      protected String locale
    • xClassName

      public String xClassName
  • Constructor Details

    • FieldMapping

      public FieldMapping()
  • Method Details

    • toDTO

      public static FieldMapping toDTO(String json)
    • unsafeToDTO

      public static FieldMapping unsafeToDTO(String json)
    • getBoost

      @Valid public @Valid Float getBoost()
    • setBoost

      public void setBoost(Float boost)
    • setBoost

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

      public String getField()
    • setField

      public void setField(String field)
    • setField

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

      public String getLocale()
    • setLocale

      public void setLocale(String locale)
    • setLocale

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