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 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(String sessionId, int id, int cmdId, Object result)
  • Method Details