Class JobPipelineRunInformation
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobPipelineRunInformation
Run info for a specific job pipeline.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Get the time this instance was last submitted.runId()
Get the run identifier of an instance of pipeline executions (a GUID).
-
Constructor Details
-
JobPipelineRunInformation
public JobPipelineRunInformation()
-
-
Method Details
-
runId
Get the run identifier of an instance of pipeline executions (a GUID).- Returns:
- the runId value
-
lastSubmitTime
public org.joda.time.DateTime lastSubmitTime()Get the time this instance was last submitted.- Returns:
- the lastSubmitTime value
-