Class IndexConfiguration

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

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

    • external

      protected Boolean external
    • indexName

      protected String indexName
    • xClassName

      public String xClassName
  • Constructor Details

    • IndexConfiguration

      public IndexConfiguration()
  • Method Details

    • toDTO

      public static IndexConfiguration toDTO(String json)
    • unsafeToDTO

      public static IndexConfiguration unsafeToDTO(String json)
    • getExternal

      public Boolean getExternal()
    • setExternal

      public void setExternal(Boolean external)
    • setExternal

      public void setExternal(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> externalUnsafeSupplier)
    • getIndexName

      public String getIndexName()
    • setIndexName

      public void setIndexName(String indexName)
    • setIndexName

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