Package com.exoscale.sdk.model
Class ReEncryptRequestDestination
java.lang.Object
com.exoscale.sdk.model.ReEncryptRequestDestination
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ReEncryptRequestDestination
extends Object
ReEncryptRequestDestination
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencryptionContext(byte[] encryptionContext) booleanReturn true if this re_encrypt_request_destination object is equal to o.byte[]Optional encryption context appended to the AAD.org.openapitools.jackson.nullable.JsonNullable<byte[]>getKey()The ID of the target key.inthashCode()voidsetEncryptionContext(byte[] encryptionContext) voidsetEncryptionContext_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<byte[]> encryptionContext) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_ENCRYPTION_CONTEXT
- See Also:
-
-
Constructor Details
-
ReEncryptRequestDestination
public ReEncryptRequestDestination()
-
-
Method Details
-
key
-
getKey
The ID of the target key.- Returns:
- key
-
setKey
-
encryptionContext
-
getEncryptionContext
@Nullable public byte[] getEncryptionContext()Optional encryption context appended to the AAD.- 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) -
equals
Return true if this re_encrypt_request_destination 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
-