Class REINIT_OK

java.lang.Object
org.teamapps.dto.AbstractServerMessage
org.teamapps.dto.REINIT_OK
All Implemented Interfaces:
UiObject

public class REINIT_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 int lastReceivedEventId  
  • Constructor Summary

    Constructors
    Constructor Description
    REINIT_OK()
    Deprecated.
    Only for Jackson deserialization.
    REINIT_OK​(int lastReceivedEventId)  
  • Method Summary

    Modifier and Type Method Description
    int getLastReceivedEventId()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • lastReceivedEventId

      protected int lastReceivedEventId
  • Constructor Details

    • REINIT_OK

      @Deprecated public REINIT_OK()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • REINIT_OK

      public REINIT_OK​(int lastReceivedEventId)
  • Method Details