-
public final class WCResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Topictopicprivate final Stringmethodprivate final JsonRpcResponseresponseprivate final ClientParamsparams
-
Constructor Summary
Constructors Constructor Description WCResponse(Topic topic, String method, JsonRpcResponse response, ClientParams params)
-
Method Summary
Modifier and Type Method Description final TopicgetTopic()final StringgetMethod()final JsonRpcResponsegetResponse()final ClientParamsgetParams()-
-
Constructor Detail
-
WCResponse
WCResponse(Topic topic, String method, JsonRpcResponse response, ClientParams params)
-
-
Method Detail
-
getResponse
final JsonRpcResponse getResponse()
-
getParams
final ClientParams getParams()
-
-
-
-