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 Details

  • Constructor Details

    • ReEncryptRequestDestination

      public ReEncryptRequestDestination()
  • Method Details

    • key

    • getKey

      @Nonnull public UUID getKey()
      The ID of the target key.
      Returns:
      key
    • setKey

      public void setKey(UUID key)
    • encryptionContext

      public ReEncryptRequestDestination encryptionContext(byte[] 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

      public boolean equals(Object o)
      Return true if this re_encrypt_request_destination 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