java.lang.Object
com.azure.resourcemanager.datafactory.models.ActivityRun

public final class ActivityRun extends Object
Information about an activity run in a pipeline.
  • Constructor Details

    • ActivityRun

      public ActivityRun()
  • Method Details

    • pipelineName

      public String pipelineName()
      Get the pipelineName property: The name of the pipeline.
      Returns:
      the pipelineName value.
    • pipelineRunId

      public String pipelineRunId()
      Get the pipelineRunId property: The id of the pipeline run.
      Returns:
      the pipelineRunId value.
    • activityName

      public String activityName()
      Get the activityName property: The name of the activity.
      Returns:
      the activityName value.
    • activityType

      public String activityType()
      Get the activityType property: The type of the activity.
      Returns:
      the activityType value.
    • activityRunId

      public String activityRunId()
      Get the activityRunId property: The id of the activity run.
      Returns:
      the activityRunId value.
    • linkedServiceName

      public String linkedServiceName()
      Get the linkedServiceName property: The name of the compute linked service.
      Returns:
      the linkedServiceName value.
    • status

      public String status()
      Get the status property: The status of the activity run.
      Returns:
      the status value.
    • activityRunStart

      public OffsetDateTime activityRunStart()
      Get the activityRunStart property: The start time of the activity run in 'ISO 8601' format.
      Returns:
      the activityRunStart value.
    • activityRunEnd

      public OffsetDateTime activityRunEnd()
      Get the activityRunEnd property: The end time of the activity run in 'ISO 8601' format.
      Returns:
      the activityRunEnd value.
    • durationInMs

      public Integer durationInMs()
      Get the durationInMs property: The duration of the activity run.
      Returns:
      the durationInMs value.
    • input

      public Object input()
      Get the input property: The input for the activity.
      Returns:
      the input value.
    • output

      public Object output()
      Get the output property: The output for the activity.
      Returns:
      the output value.
    • error

      public Object error()
      Get the error property: The error if any from the activity run.
      Returns:
      the error value.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: Information about an activity run in a pipeline.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public ActivityRun withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Information about an activity run in a pipeline.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the ActivityRun object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.