Package io.vertx.tp.workflow.atom
Class WMoveRule
- java.lang.Object
-
- io.vertx.tp.workflow.atom.WMoveRule
-
- All Implemented Interfaces:
Serializable
public class WMoveRule extends Object implements Serializable
{ "field": "xxx", "value": xxx, "record": { "field1": "value1", "field2": "value2" }, "todo": { "field1": "value1", "field2": "value2 } }- Author:
- Lang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WMoveRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetField()io.vertx.core.json.JsonObjectgetRecord()io.vertx.core.json.JsonObjectgetTodo()StringgetValue()inthashCode()Stringkey()voidsetField(String field)voidsetRecord(io.vertx.core.json.JsonObject record)voidsetTodo(io.vertx.core.json.JsonObject todo)voidsetValue(String value)StringtoString()booleanvalid()
-
-
-
Method Detail
-
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()
-
-