Class CMD_REQUEST
java.lang.Object
org.teamapps.dto.AbstractClientMessage
org.teamapps.dto.CMD_REQUEST
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intFields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.CMD_REQUEST(String sessionId, int lastReceivedCommandId, int maxRequestedCommandId) -
Method Summary
Methods inherited from class org.teamapps.dto.AbstractClientMessage
getSessionId
-
Field Details
-
lastReceivedCommandId
protected int lastReceivedCommandId -
maxRequestedCommandId
protected int maxRequestedCommandId
-
-
Constructor Details
-
CMD_REQUEST
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
CMD_REQUEST
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
- Overrides:
toStringin classAbstractClientMessage
-
getLastReceivedCommandId
public int getLastReceivedCommandId() -
getMaxRequestedCommandId
public int getMaxRequestedCommandId()
-