Class GetBatchJobExecutionResponse

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the application.

        Returns:
        The identifier of the application.
      • batchJobIdentifier

        public final BatchJobIdentifier batchJobIdentifier()

        The unique identifier of this batch job.

        Returns:
        The unique identifier of this batch job.
      • endTime

        public final Instant endTime()

        The timestamp when the batch job execution ended.

        Returns:
        The timestamp when the batch job execution ended.
      • executionId

        public final String executionId()

        The unique identifier for this batch job execution.

        Returns:
        The unique identifier for this batch job execution.
      • jobId

        public final String jobId()

        The unique identifier for this batch job.

        Returns:
        The unique identifier for this batch job.
      • jobName

        public final String jobName()

        The name of this batch job.

        Returns:
        The name of this batch job.
      • jobStepRestartMarker

        public final JobStepRestartMarker jobStepRestartMarker()

        The restart steps information for the most recent restart operation.

        Returns:
        The restart steps information for the most recent restart operation.
      • jobUser

        public final String jobUser()

        The user for the job.

        Returns:
        The user for the job.
      • returnCode

        public final String returnCode()

        The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.

        Returns:
        The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
      • startTime

        public final Instant startTime()

        The timestamp when the batch job execution started.

        Returns:
        The timestamp when the batch job execution started.
      • statusReason

        public final String statusReason()

        The reason for the reported status.

        Returns:
        The reason for the reported status.
      • 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