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 Details

    • minRequestedCommands

      protected int minRequestedCommands
    • maxRequestedCommands

      protected int maxRequestedCommands
    • sentEventsBufferSize

      protected int sentEventsBufferSize
    • keepaliveInterval

      protected long keepaliveInterval
  • Constructor Details

    • INIT_OK

      @Deprecated public 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

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class AbstractServerMessage
    • getMinRequestedCommands

      public int getMinRequestedCommands()
    • getMaxRequestedCommands

      public int getMaxRequestedCommands()
    • getSentEventsBufferSize

      public int getSentEventsBufferSize()
    • getKeepaliveInterval

      public long getKeepaliveInterval()