JobStateAuditRecord Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.JobStateAuditRecord

public class JobStateAuditRecord

The Data Lake Analytics job state audit records for tracking the lifecycle of a job.

Method Summary

Modifier and Type Method and Description
String details()

Get the details value.

String newState()

Get the newState value.

String requestedByUser()

Get the requestedByUser value.

DateTime timeStamp()

Get the timeStamp value.

Method Details

details

public String details()

Get the details value.

Returns:

the details value

newState

public String newState()

Get the newState value.

Returns:

the newState value

requestedByUser

public String requestedByUser()

Get the requestedByUser value.

Returns:

the requestedByUser value

timeStamp

public DateTime timeStamp()

Get the timeStamp value.

Returns:

the timeStamp value

Applies to