JobResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.iothub.fluent.models.JobResponseInner

public final class JobResponseInner

The properties of the Job Response object.

Constructor Summary

Constructor Description
JobResponseInner()

Creates an instance of JobResponseInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime endTimeUtc()

Get the endTimeUtc property: The time the job stopped processing.

String failureReason()

Get the failureReason property: If status == failed, this string containing the reason for the failure.

String jobId()

Get the jobId property: The job identifier.

String parentJobId()

Get the parentJobId property: The job identifier of the parent job, if any.

OffsetDateTime startTimeUtc()

Get the startTimeUtc property: The start time of the job.

JobStatus status()

Get the status property: The status of the job.

String statusMessage()

Get the statusMessage property: The status message for the job.

JobType type()

Get the type property: The type of the job.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

JobResponseInner

public JobResponseInner()

Creates an instance of JobResponseInner class.

Method Details

endTimeUtc

public OffsetDateTime endTimeUtc()

Get the endTimeUtc property: The time the job stopped processing.

Returns:

the endTimeUtc value.

failureReason

public String failureReason()

Get the failureReason property: If status == failed, this string containing the reason for the failure.

Returns:

the failureReason value.

jobId

public String jobId()

Get the jobId property: The job identifier.

Returns:

the jobId value.

parentJobId

public String parentJobId()

Get the parentJobId property: The job identifier of the parent job, if any.

Returns:

the parentJobId value.

startTimeUtc

public OffsetDateTime startTimeUtc()

Get the startTimeUtc property: The start time of the job.

Returns:

the startTimeUtc value.

status

public JobStatus status()

Get the status property: The status of the job.

Returns:

the status value.

statusMessage

public String statusMessage()

Get the statusMessage property: The status message for the job.

Returns:

the statusMessage value.

type

public JobType type()

Get the type property: The type of the job.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to