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 inherited from class org.teamapps.dto.AbstractClientPayloadMessage
idFields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId -
Constructor Summary
-
Method Summary
Modifier and Type Method Description UiEventgetUiEvent()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods inherited from class org.teamapps.dto.AbstractClientPayloadMessage
getIdMethods inherited from class org.teamapps.dto.AbstractClientMessage
getSessionIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
uiEvent
-
-
Constructor Details
-
EVENT
@Deprecated public EVENT()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
EVENT
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractClientPayloadMessage
-
getUiEvent
-