Class GetTaskRequest

    • Method Detail

      • farmId

        public final String farmId()

        The farm ID of the farm connected to the task.

        Returns:
        The farm ID of the farm connected to the task.
      • jobId

        public final String jobId()

        The job ID of the job connected to the task.

        Returns:
        The job ID of the job connected to the task.
      • queueId

        public final String queueId()

        The queue ID for the queue connected to the task.

        Returns:
        The queue ID for the queue connected to the task.
      • stepId

        public final String stepId()

        The step ID for the step connected to the task.

        Returns:
        The step ID for the step connected to the task.
      • taskId

        public final String taskId()

        The task ID.

        Returns:
        The task ID.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object