Class CreateDekRequest

java.lang.Object
io.confluent.dekregistry.client.rest.entities.CreateDekRequest

public class CreateDekRequest extends Object
  • Constructor Details

    • CreateDekRequest

      public CreateDekRequest()
  • Method Details

    • fromJson

      public static CreateDekRequest fromJson(String json) throws IOException
      Throws:
      IOException
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getAlgorithm

      public DekFormat getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(DekFormat algorithm)
    • getEncryptedKeyMaterial

      public String getEncryptedKeyMaterial()
    • setEncryptedKeyMaterial

      public void setEncryptedKeyMaterial(String encryptedKeyMaterial)
    • isDeleted

      public boolean isDeleted()
    • setDeleted

      public void setDeleted(boolean deleted)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

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

      public String toJson() throws IOException
      Throws:
      IOException