Class FieldMappingInfo

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

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

    • languageIdPosition

      protected Integer languageIdPosition
    • name

      protected String name
    • type

      protected String type
    • xClassName

      public String xClassName
  • Constructor Details

    • FieldMappingInfo

      public FieldMappingInfo()
  • Method Details

    • toDTO

      public static FieldMappingInfo toDTO(String json)
    • unsafeToDTO

      public static FieldMappingInfo unsafeToDTO(String json)
    • getLanguageIdPosition

      public Integer getLanguageIdPosition()
    • setLanguageIdPosition

      public void setLanguageIdPosition(Integer languageIdPosition)
    • setLanguageIdPosition

      public void setLanguageIdPosition(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> languageIdPositionUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

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

      public String getType()
    • setType

      public void setType(String type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<String,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