JobStateAuditRecord Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. JobStateAuditRecord
- com.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java