Package io.a2a.spec
Class GetTaskPushNotificationConfigResponse
java.lang.Object
io.a2a.spec.JSONRPCResponse<TaskPushNotificationConfig>
io.a2a.spec.GetTaskPushNotificationConfigResponse
- All Implemented Interfaces:
JSONRPCMessage
public final class GetTaskPushNotificationConfigResponse
extends JSONRPCResponse<TaskPushNotificationConfig>
A response for a get 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
ConstructorsConstructorDescriptionGetTaskPushNotificationConfigResponse(String jsonrpc, Object id, TaskPushNotificationConfig result, JSONRPCError error) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCResponse
getError, getId, getJsonrpc, getResult
-
Constructor Details
-
GetTaskPushNotificationConfigResponse
public GetTaskPushNotificationConfigResponse(String jsonrpc, Object id, TaskPushNotificationConfig result, JSONRPCError error) -
GetTaskPushNotificationConfigResponse
-
GetTaskPushNotificationConfigResponse
-