Class QUERY_RESULT

All Implemented Interfaces:
UiObject

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

    • queryId

      protected int queryId
    • result

      protected Object result
  • Constructor Details

    • QUERY_RESULT

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

      public QUERY_RESULT(int queryId, Object result)
  • Method Details