Class JsonrpcClient.JsonrpcRequest

  • Enclosing class:
    JsonrpcClient

    public static class JsonrpcClient.JsonrpcRequest
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getId()  
      java.lang.String getJsonrpc()  
      java.lang.String getMethod()  
      java.lang.Object getParams()  
      • Methods inherited from class java.lang.Object

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

      • getJsonrpc

        public java.lang.String getJsonrpc()
      • getId

        public long getId()
      • getMethod

        public java.lang.String getMethod()
      • getParams

        public java.lang.Object getParams()