ActivityRun Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. ActivityRun
- com.
Implements
public final class ActivityRun
implements JsonSerializable<ActivityRun>
Information about an activity run in a pipeline.
Constructor Summary
| Constructor | Description |
|---|---|
| ActivityRun() |
Creates an instance of Activity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
activityName()
Get the activity |
|
Offset |
activityRunEnd()
Get the activity |
| String |
activityRunId()
Get the activity |
|
Offset |
activityRunStart()
Get the activity |
| String |
activityType()
Get the activity |
| Map<String,Object> |
additionalProperties()
Get the additional |
| Integer |
durationInMs()
Get the duration |
| Object |
error()
Get the error property: The error if any from the activity run. |
|
static
Activity |
fromJson(JsonReader jsonReader)
Reads an instance of Activity |
| Object |
input()
Get the input property: The input for the activity. |
| String |
linkedServiceName()
Get the linked |
| Object |
output()
Get the output property: The output for the activity. |
| String |
pipelineName()
Get the pipeline |
| String |
pipelineRunId()
Get the pipeline |
| String |
status()
Get the status property: The status of the activity run. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Activity |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Methods inherited from java.lang.Object
Constructor Details
ActivityRun
public ActivityRun()
Creates an instance of ActivityRun class.
Method Details
activityName
public String activityName()
Get the activityName property: The name of the activity.
Returns:
activityRunEnd
public OffsetDateTime activityRunEnd()
Get the activityRunEnd property: The end time of the activity run in 'ISO 8601' format.
Returns:
activityRunId
public String activityRunId()
Get the activityRunId property: The id of the activity run.
Returns:
activityRunStart
public OffsetDateTime activityRunStart()
Get the activityRunStart property: The start time of the activity run in 'ISO 8601' format.
Returns:
activityType
public String activityType()
Get the activityType property: The type of the activity.
Returns:
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Information about an activity run in a pipeline.
Returns:
durationInMs
public Integer durationInMs()
Get the durationInMs property: The duration of the activity run.
Returns:
error
public Object error()
Get the error property: The error if any from the activity run.
Returns:
fromJson
public static ActivityRun fromJson(JsonReader jsonReader)
Reads an instance of ActivityRun from the JsonReader.
Parameters:
Returns:
Throws:
input
public Object input()
Get the input property: The input for the activity.
Returns:
linkedServiceName
public String linkedServiceName()
Get the linkedServiceName property: The name of the compute linked service.
Returns:
output
public Object output()
Get the output property: The output for the activity.
Returns:
pipelineName
public String pipelineName()
Get the pipelineName property: The name of the pipeline.
Returns:
pipelineRunId
public String pipelineRunId()
Get the pipelineRunId property: The id of the pipeline run.
Returns:
status
public String status()
Get the status property: The status of the activity run.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public ActivityRun withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Information about an activity run in a pipeline.
Parameters:
Returns: