public class UserEventListenerRepresentation extends AbstractRepresentation
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
protected String |
state |
protected Date |
stateDate |
| Constructor and Description |
|---|
UserEventListenerRepresentation(String id,
String name,
String state,
Date stateDate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
String |
getState() |
Date |
getStateDate() |
Copyright © 2021 Flowable. All rights reserved.