JobRelationshipProperties Class

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

public class JobRelationshipProperties

Job relationship information properties including pipeline information, correlation information, etc.

Method Summary

Modifier and Type Method and Description
UUID pipelineId()

Get the pipelineId value.

String pipelineName()

Get the pipelineName value.

String pipelineUri()

Get the pipelineUri value.

UUID recurrenceId()

Get the recurrenceId value.

String recurrenceName()

Get the recurrenceName value.

UUID runId()

Get the runId value.

JobRelationshipProperties withPipelineId(UUID pipelineId)

Set the pipelineId value.

JobRelationshipProperties withPipelineName(String pipelineName)

Set the pipelineName value.

JobRelationshipProperties withPipelineUri(String pipelineUri)

Set the pipelineUri value.

JobRelationshipProperties withRecurrenceId(UUID recurrenceId)

Set the recurrenceId value.

JobRelationshipProperties withRecurrenceName(String recurrenceName)

Set the recurrenceName value.

JobRelationshipProperties withRunId(UUID runId)

Set the runId value.

Method Details

pipelineId

public UUID pipelineId()

Get the pipelineId value.

Returns:

the pipelineId value

pipelineName

public String pipelineName()

Get the pipelineName value.

Returns:

the pipelineName value

pipelineUri

public String pipelineUri()

Get the pipelineUri value.

Returns:

the pipelineUri value

recurrenceId

public UUID recurrenceId()

Get the recurrenceId value.

Returns:

the recurrenceId value

recurrenceName

public String recurrenceName()

Get the recurrenceName value.

Returns:

the recurrenceName value

runId

public UUID runId()

Get the runId value.

Returns:

the runId value

withPipelineId

public JobRelationshipProperties withPipelineId(UUID pipelineId)

Set the pipelineId value.

Parameters:

pipelineId - the pipelineId value to set

Returns:

the JobRelationshipProperties object itself.

withPipelineName

public JobRelationshipProperties withPipelineName(String pipelineName)

Set the pipelineName value.

Parameters:

pipelineName - the pipelineName value to set

Returns:

the JobRelationshipProperties object itself.

withPipelineUri

public JobRelationshipProperties withPipelineUri(String pipelineUri)

Set the pipelineUri value.

Parameters:

pipelineUri - the pipelineUri value to set

Returns:

the JobRelationshipProperties object itself.

withRecurrenceId

public JobRelationshipProperties withRecurrenceId(UUID recurrenceId)

Set the recurrenceId value.

Parameters:

recurrenceId - the recurrenceId value to set

Returns:

the JobRelationshipProperties object itself.

withRecurrenceName

public JobRelationshipProperties withRecurrenceName(String recurrenceName)

Set the recurrenceName value.

Parameters:

recurrenceName - the recurrenceName value to set

Returns:

the JobRelationshipProperties object itself.

withRunId

public JobRelationshipProperties withRunId(UUID runId)

Set the runId value.

Parameters:

runId - the runId value to set

Returns:

the JobRelationshipProperties object itself.

Applies to