Class GetApiKeyResponse


  • public final class GetApiKeyResponse
    extends java.lang.Object
    Response for get API keys.
    The result contains information about the API keys that were found.
    • Constructor Detail

      • GetApiKeyResponse

        public GetApiKeyResponse​(java.util.List<ApiKey> foundApiKeysInfo)
    • Method Detail

      • getApiKeyInfos

        public java.util.List<ApiKey> getApiKeyInfos()
      • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object