Package org.teamapps.dto
Class EVENT
- java.lang.Object
-
- org.teamapps.dto.AbstractClientMessage
-
- org.teamapps.dto.AbstractClientPayloadMessage
-
- org.teamapps.dto.EVENT
-
- All Implemented Interfaces:
UiObject
public class EVENT extends AbstractClientPayloadMessage implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Field Summary
Fields Modifier and Type Field Description protected UiEventuiEvent-
Fields inherited from class org.teamapps.dto.AbstractClientPayloadMessage
id
-
Fields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiEventgetUiEvent()UiObjectTypegetUiObjectType()java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractClientPayloadMessage
getId
-
Methods inherited from class org.teamapps.dto.AbstractClientMessage
getSessionId
-
-
-
-
Field Detail
-
uiEvent
protected UiEvent uiEvent
-
-
Constructor Detail
-
EVENT
@Deprecated public EVENT()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
EVENT
public EVENT(java.lang.String sessionId, int id, UiEvent uiEvent)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractClientPayloadMessage
-
getUiEvent
public UiEvent getUiEvent()
-
-