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