Class CreateDekRequest
java.lang.Object
io.confluent.dekregistry.client.rest.entities.CreateDekRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CreateDekRequestinthashCode()booleanvoidsetAlgorithm(DekFormat algorithm) voidsetDeleted(boolean deleted) voidsetEncryptedKeyMaterial(String encryptedKeyMaterial) voidsetSubject(String subject) voidsetVersion(Integer version) toJson()toString()
-
Constructor Details
-
CreateDekRequest
public CreateDekRequest()
-
-
Method Details
-
fromJson
- Throws:
IOException
-
getSubject
-
setSubject
-
getVersion
-
setVersion
-
getAlgorithm
-
setAlgorithm
-
getEncryptedKeyMaterial
-
setEncryptedKeyMaterial
-
isDeleted
public boolean isDeleted() -
setDeleted
public void setDeleted(boolean deleted) -
equals
-
hashCode
public int hashCode() -
toString
-
toJson
- Throws:
IOException
-