Class GenerateKeyDescriptor

java.lang.Object
net.spreadsheetspace.sdk.model.GenerateKeyDescriptor

public class GenerateKeyDescriptor extends Object
Response object for GenerateKey

Composed by:
  • publicKey: This string represents the public key.
  • privateKey: This string represents the private key.
  • statusCode: This integer represents the response code for the GenerateKey action.
  • Constructor Details

    • GenerateKeyDescriptor

      public GenerateKeyDescriptor(String publicKey, String privateKey, StatusCode statusCode)
  • Method Details

    • getPublicKey

      public String getPublicKey()
      Get the public key.
    • setPublicKey

      public void setPublicKey(String publicKey)
    • getPrivateKey

      public String getPrivateKey()
      Get the private key.
    • setPrivateKey

      public void setPrivateKey(String privateKey)
    • getStatusCode

      public StatusCode getStatusCode()
      Get response code for the GenerateKey action.
    • setStatusCode

      public void setStatusCode(StatusCode statusCode)