Class WRule

java.lang.Object
io.vertx.tp.workflow.atom.runtime.WRule
All Implemented Interfaces:
Serializable

public class WRule extends Object implements Serializable

     {
         "field": "xxx",
         "value": xxx,
         "record": {
             "field1": "value1",
             "field2": "value2"
         },
         "todo": {
             "field1": "value1",
             "field2": "value2
         }
     }
 
Author:
Lang
See Also:
  • Constructor Details

    • WRule

      public WRule()
  • Method Details

    • getField

      public String getField()
    • setField

      public void setField(String field)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getTodo

      public io.vertx.core.json.JsonObject getTodo()
    • setTodo

      public void setTodo(io.vertx.core.json.JsonObject todo)
    • getRecord

      public io.vertx.core.json.JsonObject getRecord()
    • setRecord

      public void setRecord(io.vertx.core.json.JsonObject record)
    • valid

      public boolean valid()
    • key

      public String key()
    • equals

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

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

      public io.vertx.core.json.JsonObject getTicket()
    • setTicket

      public void setTicket(io.vertx.core.json.JsonObject ticket)
    • getExtension

      public io.vertx.core.json.JsonObject getExtension()
    • setExtension

      public void setExtension(io.vertx.core.json.JsonObject extension)
    • toString

      public String toString()
      Overrides:
      toString in class Object