Trigger Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. Trigger
- com.
Implements
public class Trigger
implements JsonSerializable<Trigger>
Azure Synapse nested object which contains information about creating pipeline run.
Constructor Summary
| Constructor | Description |
|---|---|
| Trigger() |
Creates an instance of Trigger class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger from the Json |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| List<Object> |
getAnnotations()
Get the annotations property: List of tags that can be used for describing the trigger. |
| String |
getDescription()
Get the description property: Trigger description. |
|
Trigger |
getRuntimeState()
Get the runtime |
| String |
getType()
Get the type property: Trigger type. |
| Trigger |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
| Trigger |
setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the trigger. |
| Trigger |
setDescription(String description)
Set the description property: Trigger description. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
Trigger
public Trigger()
Creates an instance of Trigger class.
Method Details
fromJson
public static Trigger fromJson(JsonReader jsonReader)
Reads an instance of Trigger from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: Azure Synapse nested object which contains information about creating pipeline run.
Returns:
getAnnotations
public List<Object> getAnnotations()
Get the annotations property: List of tags that can be used for describing the trigger.
Returns:
getDescription
public String getDescription()
Get the description property: Trigger description.
Returns:
getRuntimeState
public TriggerRuntimeState getRuntimeState()
Get the runtimeState property: Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
Returns:
getType
public String getType()
Get the type property: Trigger type.
Returns:
setAdditionalProperties
public Trigger setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Azure Synapse nested object which contains information about creating pipeline run.
Parameters:
Returns:
setAnnotations
public Trigger setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the trigger.
Parameters:
Returns:
setDescription
public Trigger setDescription(String description)
Set the description property: Trigger description.
Parameters:
Returns: