Class GenerateKeyDescriptor
java.lang.Object
net.spreadsheetspace.sdk.model.GenerateKeyDescriptor
Response object for GenerateKey
Composed by:
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 Summary
ConstructorsConstructorDescriptionGenerateKeyDescriptor(String publicKey, String privateKey, StatusCode statusCode) -
Method Summary
Modifier and TypeMethodDescriptionGet the private key.Get the public key.Get response code for the GenerateKey action.voidsetPrivateKey(String privateKey) voidsetPublicKey(String publicKey) voidsetStatusCode(StatusCode statusCode)
-
Constructor Details
-
GenerateKeyDescriptor
-
-
Method Details
-
getPublicKey
Get the public key. -
setPublicKey
-
getPrivateKey
Get the private key. -
setPrivateKey
-
getStatusCode
Get response code for the GenerateKey action. -
setStatusCode
-