Class APIKeyResponse

java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.APIKeyResponse

public class APIKeyResponse extends Object
POJO holding the response for a query for an API key.
  • Constructor Details

    • APIKeyResponse

      public APIKeyResponse()
  • Method Details

    • getKey

      public String getKey()
      Get the API Key.
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Set the API key.
      Parameters:
      key - The key to set