Class InvokeMethodResponse

    • Field Detail

      • type

        public final String type
        Actual type of the result
      • result

        public final Object result
    • Constructor Detail

      • InvokeMethodResponse

        public InvokeMethodResponse​(Object result)
      • InvokeMethodResponse

        public InvokeMethodResponse​(String type,
                                    Object result)