Package com.exoscale.sdk.model
Class ReEncryptResponse
java.lang.Object
com.exoscale.sdk.model.ReEncryptResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ReEncryptResponse
extends Object
ReEncryptResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionciphertext(byte[] ciphertext) booleanReturn true if this re-encrypt-response object is equal to o.byte[]Get ciphertextinthashCode()voidsetCiphertext(byte[] ciphertext) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CIPHERTEXT
- See Also:
-
-
Constructor Details
-
ReEncryptResponse
public ReEncryptResponse()
-
-
Method Details
-
ciphertext
-
getCiphertext
@Nonnull public byte[] getCiphertext()Get ciphertext- Returns:
- ciphertext
-
setCiphertext
public void setCiphertext(byte[] ciphertext) -
equals
Return true if this re-encrypt-response 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
-