Class DeleteApiKeyResponse

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

public class DeleteApiKeyResponse extends Object
DeleteApiKeyResponse
  • Constructor Details

    • DeleteApiKeyResponse

      public DeleteApiKeyResponse()
  • Method Details

    • setDeletedAt

      public DeleteApiKeyResponse setDeletedAt(String deletedAt)
    • getDeletedAt

      @Nonnull public String getDeletedAt()
      Timestamp of deletion 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