Class ActivityDependency
java.lang.Object
com.azure.resourcemanager.datafactory.models.ActivityDependency
Activity dependency information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactivity()
Get the activity property: Activity name.Get the additionalProperties property: Activity dependency information.Get the dependencyConditions property: Match-Condition for the dependency.void
validate()
Validates the instance.withActivity
(String activity) Set the activity property: Activity name.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Activity dependency information.withDependencyConditions
(List<DependencyCondition> dependencyConditions) Set the dependencyConditions property: Match-Condition for the dependency.
-
Constructor Details
-
ActivityDependency
public ActivityDependency()Creates an instance of ActivityDependency class.
-
-
Method Details
-
activity
Get the activity property: Activity name.- Returns:
- the activity value.
-
withActivity
Set the activity property: Activity name.- Parameters:
activity
- the activity value to set.- Returns:
- the ActivityDependency object itself.
-
dependencyConditions
Get the dependencyConditions property: Match-Condition for the dependency.- Returns:
- the dependencyConditions value.
-
withDependencyConditions
Set the dependencyConditions property: Match-Condition for the dependency.- Parameters:
dependencyConditions
- the dependencyConditions value to set.- Returns:
- the ActivityDependency object itself.
-
additionalProperties
Get the additionalProperties property: Activity dependency information.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Activity dependency information.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the ActivityDependency object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-