Class Rule

java.lang.Object
io.vertx.up.atom.Rule
All Implemented Interfaces:
Serializable

public class Rule extends Object implements Serializable
See Also:
  • Method Details

    • create

      public static Rule create(io.vertx.core.json.JsonObject data)
    • getMessage

      public String getMessage()
    • getType

      public String getType()
    • getConfig

      public io.vertx.core.json.JsonObject getConfig()
    • toString

      public String toString()
      Overrides:
      toString in class Object