Class CreateApiKeyResponse


  • public final class CreateApiKeyResponse
    extends java.lang.Object
    Response for create API key
    • Constructor Detail

      • CreateApiKeyResponse

        public CreateApiKeyResponse​(java.lang.String name,
                                    java.lang.String id,
                                    SecureString key,
                                    java.time.Instant expiration)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getId

        public java.lang.String getId()
      • getExpiration

        @Nullable
        public java.time.Instant getExpiration()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object