public abstract class AbstractJsonrpcRequestMessage extends AbstractJsonrpcMessage implements JsonrpcRequestMessage
JsonrpcRequestMessage interface.| Constructor and Description |
|---|
AbstractJsonrpcRequestMessage() |
| Modifier and Type | Method and Description |
|---|---|
@NotBlank String |
getMethod()
Returns current value of
JsonrpcRequestMessageConstants.PROPERTY_NAME_METHOD property. |
void |
setMethod(String method)
Replaces current value of
JsonrpcRequestMessageConstants.PROPERTY_NAME_METHOD property with specified
value. |
String |
toString()
Returns a string representation of the object.
|
getJsonrpc, setJsonrpcclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, getParamsAsArray, getParamsAsObject, hasParams, isMethodReservedForRpcInternal, isNotification, isParamsContextuallyValid, newInstance, setParamsAsArray, setParamsAsObject, toJson, toJsongetIdAsInteger, getIdAsLong, getIdAsNumber, getIdAsString, getJsonrpc, hasId, isIdContextuallyValid, setIdAsInteger, setIdAsLong, setIdAsNumber, setIdAsString, setJsonrpcisContextuallyValidpublic String toString()
toString in class AbstractJsonrpcMessage@NotBlank public @NotBlank String getMethod()
JsonrpcRequestMessageConstants.PROPERTY_NAME_METHOD property.getMethod in interface JsonrpcRequestMessageJsonrpcRequestMessageConstants.PROPERTY_NAME_METHOD property.public void setMethod(String method)
JsonrpcRequestMessageConstants.PROPERTY_NAME_METHOD property with specified
value.setMethod in interface JsonrpcRequestMessagemethod - new value for JsonrpcRequestMessageConstants.PROPERTY_NAME_METHOD property.Copyright © 2019–2020 Jinahya, Inc.. All rights reserved.