Class CMD_RESULT

All Implemented Interfaces:
UiObject

public class CMD_RESULT
extends AbstractClientPayloadMessage
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • cmdId

      protected int cmdId
    • result

      protected java.lang.Object result
  • Constructor Details

    • CMD_RESULT

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

      public CMD_RESULT​(java.lang.String sessionId, int id, int cmdId, java.lang.Object result)
  • Method Details