Class ActivityRun


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

      • ActivityRun

        public ActivityRun()
    • Method Detail

      • getPipelineName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public ActivityRun setAdditionalProperties​(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.