Class GetJobRunResponse

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp of when the job run was created.

        Returns:
        The timestamp of when the job run was created.
      • createdBy

        public final String createdBy()

        The user who created the job run.

        Returns:
        The user who created the job run.
      • details

        public final JobRunDetails details()

        The details of the job run.

        Returns:
        The details of the job run.
      • domainId

        public final String domainId()

        The ID of the domain.

        Returns:
        The ID of the domain.
      • endTime

        public final Instant endTime()

        The timestamp of when the job run ended.

        Returns:
        The timestamp of when the job run ended.
      • error

        public final JobRunError error()

        The error generated if the action is not completed successfully.

        Returns:
        The error generated if the action is not completed successfully.
      • id

        public final String id()

        The ID of the job run.

        Returns:
        The ID of the job run.
      • jobId

        public final String jobId()

        The ID of the job run.

        Returns:
        The ID of the job run.
      • jobType

        public final JobType jobType()

        The type of the job run.

        If the service returns an enum value that is not available in the current SDK version, jobType will return JobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from jobTypeAsString().

        Returns:
        The type of the job run.
        See Also:
        JobType
      • jobTypeAsString

        public final String jobTypeAsString()

        The type of the job run.

        If the service returns an enum value that is not available in the current SDK version, jobType will return JobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from jobTypeAsString().

        Returns:
        The type of the job run.
        See Also:
        JobType
      • runModeAsString

        public final String runModeAsString()

        The mode of the job run.

        If the service returns an enum value that is not available in the current SDK version, runMode will return JobRunMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from runModeAsString().

        Returns:
        The mode of the job run.
        See Also:
        JobRunMode
      • startTime

        public final Instant startTime()

        The timestamp of when the job run started.

        Returns:
        The timestamp of when the job run started.
      • statusAsString

        public final String statusAsString()

        The status of the job run.

        If the service returns an enum value that is not available in the current SDK version, status will return JobRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the job run.
        See Also:
        JobRunStatus
      • 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