Class Events
- java.lang.Object
-
- io.serverlessworkflow.api.workflow.Events
-
public class Events extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EventDefinition>
getEventDefs()
String
getRefValue()
void
setEventDefs(List<EventDefinition> eventDefs)
void
setRefValue(String refValue)
-
-
-
Constructor Detail
-
Events
public Events()
-
Events
public Events(List<EventDefinition> eventDefs)
-
Events
public Events(String refValue)
-
-
Method Detail
-
getRefValue
public String getRefValue()
-
setRefValue
public void setRefValue(String refValue)
-
getEventDefs
public List<EventDefinition> getEventDefs()
-
setEventDefs
public void setEventDefs(List<EventDefinition> eventDefs)
-
-