java.lang.Object
io.confluent.kafka.schemaregistry.client.rest.entities.SchemaTags

public class SchemaTags extends Object
  • Constructor Details

  • Method Details

    • getSchemaEntity

      public SchemaEntity getSchemaEntity()
    • setSchemaEntity

      public void setSchemaEntity(SchemaEntity schemaEntity)
    • getTags

      public List<String> getTags()
    • setTags

      public void setTags(List<String> tags)
    • toJson

      public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • 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