Package org.teamapps.dto
Class INIT
- java.lang.Object
-
- org.teamapps.dto.AbstractClientMessage
-
- org.teamapps.dto.INIT
-
- All Implemented Interfaces:
UiObject
public class INIT 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 UiClientInfoclientInfoprotected intmaxRequestedCommandId-
Fields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId
-
-
Constructor Summary
Constructors Constructor Description INIT()Deprecated.Only for Jackson deserialization.INIT(java.lang.String sessionId, UiClientInfo clientInfo, int maxRequestedCommandId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiClientInfogetClientInfo()intgetMaxRequestedCommandId()UiObjectTypegetUiObjectType()java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractClientMessage
getSessionId
-
-
-
-
Field Detail
-
clientInfo
protected UiClientInfo clientInfo
-
maxRequestedCommandId
protected int maxRequestedCommandId
-
-
Constructor Detail
-
INIT
@Deprecated public INIT()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
INIT
public INIT(java.lang.String sessionId, UiClientInfo clientInfo, int maxRequestedCommandId)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractClientMessage
-
getClientInfo
public UiClientInfo getClientInfo()
-
getMaxRequestedCommandId
public int getMaxRequestedCommandId()
-
-