Package org.teamapps.dto
Class AbstractClientPayloadMessage
- java.lang.Object
-
- org.teamapps.dto.AbstractClientMessage
-
- org.teamapps.dto.AbstractClientPayloadMessage
-
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
CMD_RESULT,EVENT
public abstract class AbstractClientPayloadMessage extends AbstractClientMessage 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 intid-
Fields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId
-
-
Constructor Summary
Constructors Constructor Description AbstractClientPayloadMessage()Deprecated.Only for Jackson deserialization.AbstractClientPayloadMessage(java.lang.String sessionId, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractClientMessage
getSessionId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.dto.UiObject
getUiObjectType
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractClientMessage
-
getId
public int getId()
-
-