JobInformation Class

  • java.lang.Object

public class JobInformation extends JobInformationBasic

The extended Data Lake Analytics job information properties returned when retrieving a specific job.

Method Summary

Modifier and Type Method and Description
List<JobErrorDetails> errorMessage()

Get the errorMessage value.

JobProperties properties()

Get the properties value.

List<JobStateAuditRecord> stateAuditRecords()

Get the stateAuditRecords value.

JobInformation withProperties(JobProperties properties)

Set the properties value.

Inherited Members

Method Details

errorMessage

public List errorMessage()

Get the errorMessage value.

Returns:

the errorMessage value

properties

public JobProperties properties()

Get the properties value.

Returns:

the properties value

stateAuditRecords

public List stateAuditRecords()

Get the stateAuditRecords value.

Returns:

the stateAuditRecords value

withProperties

public JobInformation withProperties(JobProperties properties)

Set the properties value.

Parameters:

properties - the properties value to set

Returns:

the JobInformation object itself.

Applies to