Package com.exoscale.sdk.model
Class GenerateDataKeyRequest
java.lang.Object
com.exoscale.sdk.model.GenerateDataKeyRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GenerateDataKeyRequest
extends Object
GenerateDataKeyRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets keySpec -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytesCount(Integer bytesCount) encryptionContext(byte[] encryptionContext) booleanReturn true if this generate-data-key-request object is equal to o.Get bytesCount minimum: 1 maximum: 1024byte[]Get encryptionContextorg.openapitools.jackson.nullable.JsonNullable<byte[]>Get keySpecinthashCode()voidsetBytesCount(Integer bytesCount) voidsetEncryptionContext(byte[] encryptionContext) voidsetEncryptionContext_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<byte[]> encryptionContext) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KEY_SPEC
- See Also:
-
JSON_PROPERTY_BYTES_COUNT
- See Also:
-
JSON_PROPERTY_ENCRYPTION_CONTEXT
- See Also:
-
-
Constructor Details
-
GenerateDataKeyRequest
public GenerateDataKeyRequest()
-
-
Method Details
-
keySpec
-
getKeySpec
Get keySpec- Returns:
- keySpec
-
setKeySpec
-
bytesCount
-
getBytesCount
Get bytesCount minimum: 1 maximum: 1024- Returns:
- bytesCount
-
setBytesCount
-
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) -
equals
Return true if this generate-data-key-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
-