Package io.a2a.spec
Class GetTaskResponse
- All Implemented Interfaces:
JSONRPCMessage
The response for a get task 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
ConstructorsConstructorDescriptionGetTaskResponse(Object id, JSONRPCError error) GetTaskResponse(Object id, Task result) GetTaskResponse(String jsonrpc, Object id, Task result, JSONRPCError error) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCResponse
getError, getId, getJsonrpc, getResult
-
Constructor Details
-
GetTaskResponse
-
GetTaskResponse
-
GetTaskResponse
-