Uses of Record Class
org.a2aproject.sdk.spec.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return TaskStatusModifier and TypeMethodDescriptionTask.status()Returns the value of thestatusrecord component.TaskStatusUpdateEvent.status()Returns the value of thestatusrecord component.Methods in org.a2aproject.sdk.spec with parameters of type TaskStatusModifier and TypeMethodDescriptionTask.Builder.status(TaskStatus status) Sets the current status of the task.TaskStatusUpdateEvent.Builder.status(TaskStatus status) Sets the task status.Constructors in org.a2aproject.sdk.spec with parameters of type TaskStatusModifierConstructorDescriptionTask(String id, String contextId, TaskStatus status, @Nullable List<Artifact> artifacts, @Nullable List<Message> history, @Nullable Map<String, Object> metadata) Compact constructor with validation and defensive copying.TaskStatusUpdateEvent(String taskId, TaskStatus status, String contextId, @Nullable Map<String, Object> metadata) Compact constructor with validation.