java.lang.Object
io.apicurio.registry.rest.v1.beans.Rule

public class Rule extends Object
Root Type for Rule

  • Constructor Details

    • Rule

      public Rule()
  • Method Details

    • getConfig

      public String getConfig()
      (Required)
    • setConfig

      public void setConfig(String config)
      (Required)
    • getType

      public RuleType getType()
    • setType

      public void setType(RuleType type)
    • toString

      public String toString()
      Overrides:
      toString in class Object