Interface JobResponse


public interface JobResponse
An immutable client-side representation of JobResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the endTimeUtc property: The time the job stopped processing.
    Gets the failureReason property: If status == failed, this string containing the reason for the failure.
    Gets the inner com.azure.resourcemanager.iothub.fluent.models.JobResponseInner object.
    Gets the jobId property: The job identifier.
    Gets the parentJobId property: The job identifier of the parent job, if any.
    Gets the startTimeUtc property: The start time of the job.
    Gets the status property: The status of the job.
    Gets the statusMessage property: The status message for the job.
    Gets the type property: The type of the job.
  • Method Details

    • jobId

      String jobId()
      Gets the jobId property: The job identifier.
      Returns:
      the jobId value.
    • startTimeUtc

      OffsetDateTime startTimeUtc()
      Gets the startTimeUtc property: The start time of the job.
      Returns:
      the startTimeUtc value.
    • endTimeUtc

      OffsetDateTime endTimeUtc()
      Gets the endTimeUtc property: The time the job stopped processing.
      Returns:
      the endTimeUtc value.
    • type

      JobType type()
      Gets the type property: The type of the job.
      Returns:
      the type value.
    • status

      JobStatus status()
      Gets the status property: The status of the job.
      Returns:
      the status value.
    • failureReason

      String failureReason()
      Gets the failureReason property: If status == failed, this string containing the reason for the failure.
      Returns:
      the failureReason value.
    • statusMessage

      String statusMessage()
      Gets the statusMessage property: The status message for the job.
      Returns:
      the statusMessage value.
    • parentJobId

      String parentJobId()
      Gets the parentJobId property: The job identifier of the parent job, if any.
      Returns:
      the parentJobId value.
    • innerModel

      JobResponseInner innerModel()
      Gets the inner com.azure.resourcemanager.iothub.fluent.models.JobResponseInner object.
      Returns:
      the inner object.