public class Action extends ModelObject
| Modifier and Type | Field and Description |
|---|---|
org.joda.time.DateTime |
executionEndTime |
org.joda.time.DateTime |
executionStartTime |
int |
executorId |
long |
id |
int |
retryNo |
String |
state |
String |
stateText |
String |
type |
Map<String,Object> |
updatedStateVariables |
| Constructor and Description |
|---|
Action() |
Action(long id,
String type,
String state,
String stateText,
int retryNo,
org.joda.time.DateTime executionStartTime,
org.joda.time.DateTime executionEndTime,
int executorId) |
Action(long id,
String type,
String state,
String stateText,
int retryNo,
org.joda.time.DateTime executionStartTime,
org.joda.time.DateTime executionEndTime,
int executorId,
Map<String,Object> updatedStateVariables) |
public long id
public String type
public String state
public String stateText
public int retryNo
public org.joda.time.DateTime executionStartTime
public org.joda.time.DateTime executionEndTime
public int executorId
Copyright © 2014–2021 Nitor Creations. All rights reserved.