Class Response


  • public class Response
    extends java.lang.Object
    A jsonrpc response of the request
    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • getJsonrpc

        public java.lang.String getJsonrpc()
      • getMethod

        public java.lang.String getMethod()
      • getId

        public long getId()
      • getResult

        public RpcItem getResult()