Class CreateKekRequest

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

public class CreateKekRequest extends Object
  • Constructor Details

    • CreateKekRequest

      public CreateKekRequest()
  • Method Details

    • fromJson

      public static CreateKekRequest fromJson(String json) throws IOException
      Throws:
      IOException
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getKmsType

      public String getKmsType()
    • setKmsType

      public void setKmsType(String kmsType)
    • getKmsKeyId

      public String getKmsKeyId()
    • setKmsKeyId

      public void setKmsKeyId(String kmsKeyId)
    • getKmsProps

      public Map<String,String> getKmsProps()
    • setKmsProps

      public void setKmsProps(Map<String,String> kmsProps)
    • getDoc

      public String getDoc()
    • setDoc

      public void setDoc(String doc)
    • isShared

      public boolean isShared()
    • setShared

      public void setShared(boolean shared)
    • 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
    • validate

      public void validate()