Class Transformation

java.lang.Object
com.algolia.model.ingestion.Transformation

public class Transformation extends Object
Transformation
  • Constructor Details

    • Transformation

      public Transformation()
  • Method Details

    • setTransformationID

      public Transformation setTransformationID(String transformationID)
    • getTransformationID

      @Nonnull public String getTransformationID()
      Universally unique identifier (UUID) of a transformation.
    • setAuthenticationIDs

      public Transformation setAuthenticationIDs(List<String> authenticationIDs)
    • addAuthenticationIDs

      public Transformation addAuthenticationIDs(String authenticationIDsItem)
    • getAuthenticationIDs

      @Nullable public List<String> getAuthenticationIDs()
      The authentications associated with the current transformation.
    • setCode

      public Transformation setCode(String code)
    • getCode

      @Nonnull public String getCode()
      The source code of the transformation.
    • setName

      public Transformation setName(String name)
    • getName

      @Nonnull public String getName()
      The uniquely identified name of your transformation.
    • setDescription

      public Transformation setDescription(String description)
    • getDescription

      @Nullable public String getDescription()
      A descriptive name for your transformation of what it does.
    • setCreatedAt

      public Transformation setCreatedAt(String createdAt)
    • getCreatedAt

      @Nonnull public String getCreatedAt()
      Date of creation in RFC 3339 format.
    • setUpdatedAt

      public Transformation setUpdatedAt(String updatedAt)
    • getUpdatedAt

      @Nullable public String getUpdatedAt()
      Date of last update in RFC 3339 format.
    • 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