Package io.a2a.spec
Class SetTaskPushNotificationConfigResponse
java.lang.Object
io.a2a.spec.JSONRPCResponse<TaskPushNotificationConfig>
io.a2a.spec.SetTaskPushNotificationConfigResponse
- All Implemented Interfaces:
JSONRPCMessage
public final class SetTaskPushNotificationConfigResponse
extends JSONRPCResponse<TaskPushNotificationConfig>
The response after receiving a set task push notification request.
-
Field Summary
Fields inherited from class io.a2a.spec.JSONRPCResponse
error, id, jsonrpc, resultFields inherited from interface io.a2a.spec.JSONRPCMessage
JSONRPC_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionSetTaskPushNotificationConfigResponse(String jsonrpc, Object id, TaskPushNotificationConfig result, JSONRPCError error) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCResponse
getError, getId, getJsonrpc, getResult
-
Constructor Details
-
SetTaskPushNotificationConfigResponse
public SetTaskPushNotificationConfigResponse(String jsonrpc, Object id, TaskPushNotificationConfig result, JSONRPCError error) -
SetTaskPushNotificationConfigResponse
-
SetTaskPushNotificationConfigResponse
-