Class GenerateDataKeyResponse

java.lang.Object
com.exoscale.sdk.model.GenerateDataKeyResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class GenerateDataKeyResponse extends Object
GenerateDataKeyResponse
  • Field Details

  • Constructor Details

    • GenerateDataKeyResponse

      public GenerateDataKeyResponse()
  • Method Details

    • plaintext

      public GenerateDataKeyResponse plaintext(byte[] plaintext)
    • getPlaintext

      @Nonnull public byte[] getPlaintext()
      Get plaintext
      Returns:
      plaintext
    • setPlaintext

      public void setPlaintext(byte[] plaintext)
    • ciphertext

      public GenerateDataKeyResponse ciphertext(byte[] ciphertext)
    • getCiphertext

      @Nonnull public byte[] getCiphertext()
      Get ciphertext
      Returns:
      ciphertext
    • setCiphertext

      public void setCiphertext(byte[] ciphertext)
    • equals

      public boolean equals(Object o)
      Return true if this generate-data-key-response object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string