JobRelationshipProperties Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. JobRelationshipProperties
- com.
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. |
Job |
withPipelineId(UUID pipelineId)
Set the pipelineId value. |
Job |
withPipelineName(String pipelineName)
Set the pipelineName value. |
Job |
withPipelineUri(String pipelineUri)
Set the pipelineUri value. |
Job |
withRecurrenceId(UUID recurrenceId)
Set the recurrenceId value. |
Job |
withRecurrenceName(String recurrenceName)
Set the recurrenceName value. |
Job |
withRunId(UUID runId)
Set the runId value. |
Method Details
pipelineId
public UUID pipelineId()
Get the pipelineId value.
Returns:
pipelineName
public String pipelineName()
Get the pipelineName value.
Returns:
pipelineUri
public String pipelineUri()
Get the pipelineUri value.
Returns:
recurrenceId
public UUID recurrenceId()
Get the recurrenceId value.
Returns:
recurrenceName
public String recurrenceName()
Get the recurrenceName value.
Returns:
runId
public UUID runId()
Get the runId value.
Returns:
withPipelineId
public JobRelationshipProperties withPipelineId(UUID pipelineId)
Set the pipelineId value.
Parameters:
Returns:
withPipelineName
public JobRelationshipProperties withPipelineName(String pipelineName)
Set the pipelineName value.
Parameters:
Returns:
withPipelineUri
public JobRelationshipProperties withPipelineUri(String pipelineUri)
Set the pipelineUri value.
Parameters:
Returns:
withRecurrenceId
public JobRelationshipProperties withRecurrenceId(UUID recurrenceId)
Set the recurrenceId value.
Parameters:
Returns:
withRecurrenceName
public JobRelationshipProperties withRecurrenceName(String recurrenceName)
Set the recurrenceName value.
Parameters:
Returns:
withRunId
public JobRelationshipProperties withRunId(UUID runId)
Set the runId value.
Parameters:
Returns:
Applies to
Azure SDK for Java