Class Types.JsonRpcObject

    • Constructor Summary

      Constructors 
      Constructor Description
      JsonRpcObject()  
      JsonRpcObject​(int id, java.lang.String jsonrpc)  
    • Method Summary

      Modifier and Type Method Description
      int getId()  
      java.lang.String getJsonrpc()  
      void setId​(int id)  
      void setJsonrpc​(java.lang.String jsonrpc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonRpcObject

        public JsonRpcObject()
      • JsonRpcObject

        public JsonRpcObject​(int id,
                             java.lang.String jsonrpc)
    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • getJsonrpc

        public java.lang.String getJsonrpc()
      • setJsonrpc

        public void setJsonrpc​(java.lang.String jsonrpc)