Package org.teamapps.dto
Class INIT_OK
java.lang.Object
org.teamapps.dto.AbstractServerMessage
org.teamapps.dto.INIT_OK
- All Implemented Interfaces:
UiObject
public class INIT_OK extends AbstractServerMessage 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 longkeepaliveIntervalprotected intmaxRequestedCommandsprotected intminRequestedCommandsprotected intsentEventsBufferSize -
Constructor Summary
-
Method Summary
Modifier and Type Method Description longgetKeepaliveInterval()intgetMaxRequestedCommands()intgetMinRequestedCommands()intgetSentEventsBufferSize()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
Field Details
-
minRequestedCommands
protected int minRequestedCommands -
maxRequestedCommands
protected int maxRequestedCommands -
sentEventsBufferSize
protected int sentEventsBufferSize -
keepaliveInterval
protected long keepaliveInterval
-
-
Constructor Details
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractServerMessage
-
getMinRequestedCommands
public int getMinRequestedCommands() -
getMaxRequestedCommands
public int getMaxRequestedCommands() -
getSentEventsBufferSize
public int getSentEventsBufferSize() -
getKeepaliveInterval
public long getKeepaliveInterval()
-