Class CMD_RESULT

    • Field Detail

      • cmdId

        protected int cmdId
      • result

        protected java.lang.Object result
    • Constructor Detail

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