@DTO public class UESProcessEvent extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
eventCode
Code of event.
|
private UESMessage |
eventMessage
Event message.
|
private UESProcessEventType |
eventType
Type of event.
|
private java.lang.Exception |
exception
Optional exception.
|
private UESURI |
relatedObject
UESURI of object related to this event.
|
Constructor and Description |
---|
UESProcessEvent()
Creates new instance of UESProcessEvent.
|
UESProcessEvent(UESProcessEventType eventType,
Creates new instance of UESProcessEvent.
|
UESProcessEvent(UESProcessEventType eventType,
Creates new instance of UESProcessEvent.
|
eventType
- Type of eventeventCode
- Code of event (may be null)eventMessage
- Event message (may be null)relatedObject
- UESURI of related object (may be null)eventType
- Type of eventeventCode
- Code of event (may be null)eventMessage
- Event message (may be null)exception
- Instance of exception (may be null)