Class SecretRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      SecretRequest​(java.lang.String apiKey, java.lang.String secretId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getApiKey()  
      java.lang.String getSecretId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecretRequest

        public SecretRequest​(java.lang.String apiKey,
                             java.lang.String secretId)
    • Method Detail

      • getApiKey

        public java.lang.String getApiKey()