Class DestinationIndexPrefix

java.lang.Object
com.algolia.model.ingestion.DestinationIndexPrefix
All Implemented Interfaces:
DestinationInput

public class DestinationIndexPrefix extends Object implements DestinationInput
DestinationIndexPrefix
  • Constructor Details

    • DestinationIndexPrefix

      public DestinationIndexPrefix()
  • Method Details

    • setIndexPrefix

      public DestinationIndexPrefix setIndexPrefix(String indexPrefix)
    • getIndexPrefix

      @Nonnull public String getIndexPrefix()
      String added to the beginning of all indices created by this destination.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object