Class BaseGetApiKeyResponse

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

public class BaseGetApiKeyResponse extends Object
BaseGetApiKeyResponse
  • Constructor Details

    • BaseGetApiKeyResponse

      public BaseGetApiKeyResponse()
  • Method Details

    • setValue

      public BaseGetApiKeyResponse setValue(String value)
    • getValue

      @Nullable public String getValue()
      API key.
      Returns:
      value
    • setCreatedAt

      public BaseGetApiKeyResponse setCreatedAt(Long createdAt)
    • getCreatedAt

      @Nonnull public Long getCreatedAt()
      Timestamp of creation in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time).
      Returns:
      createdAt
    • 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