public class CreateDekRequest extends Object
| Constructor and Description |
|---|
CreateDekRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static CreateDekRequest |
fromJson(String json) |
DekFormat |
getAlgorithm() |
String |
getEncryptedKeyMaterial() |
String |
getSubject() |
Integer |
getVersion() |
int |
hashCode() |
boolean |
isDeleted() |
void |
setAlgorithm(DekFormat algorithm) |
void |
setDeleted(boolean deleted) |
void |
setEncryptedKeyMaterial(String encryptedKeyMaterial) |
void |
setSubject(String subject) |
void |
setVersion(Integer version) |
String |
toJson() |
String |
toString() |
public static CreateDekRequest fromJson(String json) throws IOException
IOExceptionpublic String getSubject()
public void setSubject(String subject)
public Integer getVersion()
public void setVersion(Integer version)
public DekFormat getAlgorithm()
public void setAlgorithm(DekFormat algorithm)
public String getEncryptedKeyMaterial()
public void setEncryptedKeyMaterial(String encryptedKeyMaterial)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public String toJson() throws IOException
IOExceptionCopyright © 2026 Confluent, Inc.. All rights reserved.