Package com.exoscale.sdk.model
Class EncryptRequest
java.lang.Object
com.exoscale.sdk.model.EncryptRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class EncryptRequest
extends Object
EncryptRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencryptionContext(byte[] encryptionContext) booleanReturn true if this encrypt-request object is equal to o.byte[]Get encryptionContextorg.openapitools.jackson.nullable.JsonNullable<byte[]>byte[]Get plaintextinthashCode()plaintext(byte[] plaintext) voidsetEncryptionContext(byte[] encryptionContext) voidsetEncryptionContext_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<byte[]> encryptionContext) voidsetPlaintext(byte[] plaintext) 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_PLAINTEXT
- See Also:
-
-
Constructor Details
-
EncryptRequest
public EncryptRequest()
-
-
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) -
plaintext
-
getPlaintext
@Nonnull public byte[] getPlaintext()Get plaintext- Returns:
- plaintext
-
setPlaintext
public void setPlaintext(byte[] plaintext) -
equals
Return true if this encrypt-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
-