TriggerRun Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. TriggerRun
- com.
Implements
public final class TriggerRun
implements JsonSerializable<TriggerRun>
Trigger runs.
Constructor Summary
| Constructor | Description |
|---|---|
| TriggerRun() |
Creates an instance of Trigger |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| Map<String,Object> |
dependencyStatus()
Get the dependency |
|
static
Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger |
| String |
message()
Get the message property: Trigger error message. |
| Map<String,String> |
properties()
Get the properties property: List of property name and value related to trigger run. |
| Map<String,String> |
runDimension()
Get the run |
|
Trigger |
status()
Get the status property: Trigger run status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| Map<String,String> |
triggeredPipelines()
Get the triggered |
| String |
triggerName()
Get the trigger |
| String |
triggerRunId()
Get the trigger |
|
Offset |
triggerRunTimestamp()
Get the trigger |
| String |
triggerType()
Get the trigger |
| void |
validate()
Validates the instance. |
|
Trigger |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Methods inherited from java.lang.Object
Constructor Details
TriggerRun
public TriggerRun()
Creates an instance of TriggerRun class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Trigger runs.
Returns:
dependencyStatus
public Map<String,Object> dependencyStatus()
Get the dependencyStatus property: Status of the upstream pipelines.
Returns:
fromJson
public static TriggerRun fromJson(JsonReader jsonReader)
Reads an instance of TriggerRun from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Trigger error message.
Returns:
properties
public Map<String,String> properties()
Get the properties property: List of property name and value related to trigger run. Name, value pair depends on type of trigger.
Returns:
runDimension
public Map<String,String> runDimension()
Get the runDimension property: Run dimension for which trigger was fired.
Returns:
status
public TriggerRunStatus status()
Get the status property: Trigger run status.
Returns:
toJson
triggeredPipelines
public Map<String,String> triggeredPipelines()
Get the triggeredPipelines property: List of pipeline name and run Id triggered by the trigger run.
Returns:
triggerName
public String triggerName()
Get the triggerName property: Trigger name.
Returns:
triggerRunId
public String triggerRunId()
Get the triggerRunId property: Trigger run id.
Returns:
triggerRunTimestamp
public OffsetDateTime triggerRunTimestamp()
Get the triggerRunTimestamp property: Trigger run start time.
Returns:
triggerType
public String triggerType()
Get the triggerType property: Trigger type.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public TriggerRun withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Trigger runs.
Parameters:
Returns: