Class 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 Detail

      • minRequestedCommands

        protected int minRequestedCommands
      • maxRequestedCommands

        protected int maxRequestedCommands
      • sentEventsBufferSize

        protected int sentEventsBufferSize
      • keepaliveInterval

        protected long keepaliveInterval
    • Constructor Detail

      • 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 Detail

      • getMinRequestedCommands

        public int getMinRequestedCommands()
      • getMaxRequestedCommands

        public int getMaxRequestedCommands()
      • getSentEventsBufferSize

        public int getSentEventsBufferSize()
      • getKeepaliveInterval

        public long getKeepaliveInterval()