public class JsonRpcNotification extends Object implements JsonRpcMessage
| Constructor and Description |
|---|
JsonRpcNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonrpc()
公共字段 jsonrpc
|
String |
getMethod() |
Map<String,Object> |
getParams() |
void |
setJsonrpc(String jsonrpc) |
void |
setMethod(String method) |
void |
setParams(Map<String,Object> params) |
String |
toString() |
public String getJsonrpc()
JsonRpcMessagegetJsonrpc in interface JsonRpcMessagepublic void setJsonrpc(String jsonrpc)
public String getMethod()
public void setMethod(String method)
Copyright © 2025. All rights reserved.