TriggerRun Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. 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 |
|---|---|
|
static
Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| String |
getMessage()
Get the message property: Trigger error message. |
| Map<String,String> |
getProperties()
Get the properties property: List of property name and value related to trigger run. |
|
Trigger |
getStatus()
Get the status property: Trigger run status. |
| Map<String,String> |
getTriggeredPipelines()
Get the triggered |
| String |
getTriggerName()
Get the trigger |
| String |
getTriggerRunId()
Get the trigger |
|
Offset |
getTriggerRunTimestamp()
Get the trigger |
| String |
getTriggerType()
Get the trigger |
|
Trigger |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
TriggerRun
public TriggerRun()
Creates an instance of TriggerRun class.
Method Details
fromJson
public static TriggerRun fromJson(JsonReader jsonReader)
Reads an instance of TriggerRun from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: Trigger runs.
Returns:
getMessage
public String getMessage()
Get the message property: Trigger error message.
Returns:
getProperties
public Map<String,String> getProperties()
Get the properties property: List of property name and value related to trigger run. Name, value pair depends on type of trigger.
Returns:
getStatus
public TriggerRunStatus getStatus()
Get the status property: Trigger run status.
Returns:
getTriggeredPipelines
public Map<String,String> getTriggeredPipelines()
Get the triggeredPipelines property: List of pipeline name and run Id triggered by the trigger run.
Returns:
getTriggerName
public String getTriggerName()
Get the triggerName property: Trigger name.
Returns:
getTriggerRunId
public String getTriggerRunId()
Get the triggerRunId property: Trigger run id.
Returns:
getTriggerRunTimestamp
public OffsetDateTime getTriggerRunTimestamp()
Get the triggerRunTimestamp property: Trigger run start time.
Returns:
getTriggerType
public String getTriggerType()
Get the triggerType property: Trigger type.
Returns:
setAdditionalProperties
public TriggerRun setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Trigger runs.
Parameters:
Returns: