-
- All Implemented Interfaces:
public final class RpcRequestBuilder<P extends Object, R extends Object>
-
-
Method Summary
Modifier and Type Method Description final StringgetMethod()final UnitsetMethod(String method)final KClass<P>getParamsType()final UnitsetParamsType(KClass<P> paramsType)final List<P>getParams()final UnitsetParams(List<P> params)final KClass<R>getResponseType()final UnitsetResponseType(KClass<R> responseType)-
-
Method Detail
-
getParamsType
final KClass<P> getParamsType()
-
setParamsType
final Unit setParamsType(KClass<P> paramsType)
-
getResponseType
final KClass<R> getResponseType()
-
setResponseType
final Unit setResponseType(KClass<R> responseType)
-
-
-
-