public class StageRepresentation extends AbstractRepresentation
| Modifier and Type | Field and Description |
|---|---|
protected Date |
endedDate |
protected String |
name |
protected Date |
startedDate |
protected String |
state |
| Constructor and Description |
|---|
StageRepresentation(String name,
String state,
Date startedDate,
Date endedDate) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndedDate() |
String |
getName() |
Date |
getStartedDate() |
String |
getState() |
Copyright © 2021 Flowable. All rights reserved.