Class Source

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

public class Source extends Object
Source
  • Constructor Details

    • Source

      public Source()
  • Method Details

    • setSourceID

      public Source setSourceID(String sourceID)
    • getSourceID

      @Nonnull public String getSourceID()
      Universally uniqud identifier (UUID) of a source.
    • setType

      public Source setType(SourceType type)
    • getType

      @Nonnull public SourceType getType()
      Get type
    • setName

      public Source setName(String name)
    • getName

      @Nonnull public String getName()
      Get name
    • setInput

      public Source setInput(SourceInput input)
    • getInput

      @Nonnull public SourceInput getInput()
      Get input
    • setAuthenticationID

      public Source setAuthenticationID(String authenticationID)
    • getAuthenticationID

      @Nullable public String getAuthenticationID()
      Universally unique identifier (UUID) of an authentication resource.
    • setCreatedAt

      public Source setCreatedAt(String createdAt)
    • getCreatedAt

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

      public Source 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