JobPipelineRunInformation Class

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

public class JobPipelineRunInformation

Run info for a specific job pipeline.

Method Summary

Modifier and Type Method and Description
DateTime lastSubmitTime()

Get the lastSubmitTime value.

UUID runId()

Get the runId value.

Method Details

lastSubmitTime

public DateTime lastSubmitTime()

Get the lastSubmitTime value.

Returns:

the lastSubmitTime value

runId

public UUID runId()

Get the runId value.

Returns:

the runId value

Applies to