Package org.teamapps.dto
Class INIT_OK
java.lang.Object
org.teamapps.dto.AbstractServerMessage
org.teamapps.dto.INIT_OK
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected intprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minRequestedCommands
protected int minRequestedCommands -
maxRequestedCommands
protected int maxRequestedCommands -
sentEventsBufferSize
protected int sentEventsBufferSize -
keepaliveInterval
protected long keepaliveInterval
-
-
Constructor Details
-
INIT_OK
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
INIT_OK
public INIT_OK(int minRequestedCommands, int maxRequestedCommands, int sentEventsBufferSize, long keepaliveInterval)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
- Overrides:
toStringin classAbstractServerMessage
-
getMinRequestedCommands
public int getMinRequestedCommands() -
getMaxRequestedCommands
public int getMaxRequestedCommands() -
getSentEventsBufferSize
public int getSentEventsBufferSize() -
getKeepaliveInterval
public long getKeepaliveInterval()
-