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

public class JobStateAuditRecord extends Object
The Data Lake Analytics job state audit records for tracking the lifecycle of a job.
  • Constructor Details

    • JobStateAuditRecord

      public JobStateAuditRecord()
  • Method Details

    • newState

      public String newState()
      Get the new state the job is in.
      Returns:
      the newState value
    • timeStamp

      public org.joda.time.DateTime timeStamp()
      Get the time stamp that the state change took place.
      Returns:
      the timeStamp value
    • requestedByUser

      public String requestedByUser()
      Get the user who requests the change.
      Returns:
      the requestedByUser value
    • details

      public String details()
      Get the details of the audit log.
      Returns:
      the details value