Class CreatedAtResponse

java.lang.Object
com.algolia.model.search.CreatedAtResponse

public class CreatedAtResponse extends Object
Response and creation timestamp.
  • Constructor Details

    • CreatedAtResponse

      public CreatedAtResponse()
  • Method Details

    • setCreatedAt

      public CreatedAtResponse setCreatedAt(String createdAt)
    • getCreatedAt

      @Nonnull public String getCreatedAt()
      Timestamp of creation in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) 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