Package com.exoscale.sdk.model
Class DecryptRequest
java.lang.Object
com.exoscale.sdk.model.DecryptRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DecryptRequest
extends Object
DecryptRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionciphertext(byte[] ciphertext) encryptionContext(byte[] encryptionContext) booleanReturn true if this decrypt-request object is equal to o.byte[]Get ciphertextbyte[]Get encryptionContextorg.openapitools.jackson.nullable.JsonNullable<byte[]>inthashCode()voidsetCiphertext(byte[] ciphertext) voidsetEncryptionContext(byte[] encryptionContext) voidsetEncryptionContext_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<byte[]> encryptionContext) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ENCRYPTION_CONTEXT
- See Also:
-
JSON_PROPERTY_CIPHERTEXT
- See Also:
-
-
Constructor Details
-
DecryptRequest
public DecryptRequest()
-
-
Method Details
-
encryptionContext
-
getEncryptionContext
@Nullable public byte[] getEncryptionContext()Get encryptionContext- Returns:
- encryptionContext
-
getEncryptionContext_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<byte[]> getEncryptionContext_JsonNullable() -
setEncryptionContext_JsonNullable
public void setEncryptionContext_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<byte[]> encryptionContext) -
setEncryptionContext
public void setEncryptionContext(byte[] encryptionContext) -
ciphertext
-
getCiphertext
@Nonnull public byte[] getCiphertext()Get ciphertext- Returns:
- ciphertext
-
setCiphertext
public void setCiphertext(byte[] ciphertext) -
equals
Return true if this decrypt-request object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-