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,QUERY
public abstract class AbstractClientPayloadMessage
extends AbstractClientMessage
implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsFields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AbstractClientPayloadMessage(String sessionId, int id) -
Method Summary
Methods inherited from class org.teamapps.dto.AbstractClientMessage
getSessionIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.dto.UiObject
getUiObjectType
-
Field Details
-
id
protected int id
-
-
Constructor Details
-
AbstractClientPayloadMessage
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AbstractClientPayloadMessage
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractClientMessage
-
getId
public int getId()
-