Package org.teamapps.dto
Class REINIT
java.lang.Object
org.teamapps.dto.AbstractClientMessage
org.teamapps.dto.REINIT
- All Implemented Interfaces:
UiObject
public class REINIT 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 intlastReceivedCommandIdprotected intmaxRequestedCommandIdFields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId -
Constructor Summary
-
Method Summary
Modifier and Type Method Description intgetLastReceivedCommandId()intgetMaxRequestedCommandId()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods 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
-
lastReceivedCommandId
protected int lastReceivedCommandId -
maxRequestedCommandId
protected int maxRequestedCommandId
-
-
Constructor Details
-
REINIT
@Deprecated public REINIT()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
REINIT
public REINIT(java.lang.String sessionId, int lastReceivedCommandId, int maxRequestedCommandId)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractClientMessage
-
getLastReceivedCommandId
public int getLastReceivedCommandId() -
getMaxRequestedCommandId
public int getMaxRequestedCommandId()
-