WorkflowTriggerHistoryInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. fluent. models. WorkflowTriggerHistoryInner
- com.
- com.
public final class WorkflowTriggerHistoryInner
extends ProxyResource
The workflow trigger history.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
code()
Get the code property: Gets the code. |
| Correlation |
correlation()
Get the correlation property: The run correlation. |
|
Offset |
endTime()
Get the end |
| Object |
error()
Get the error property: Gets the error. |
| Boolean |
fired()
Get the fired property: The value indicating whether trigger was fired. |
|
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Content |
inputsLink()
Get the inputs |
| String |
name()
Get the name property: The name of the resource. |
|
Content |
outputsLink()
Get the outputs |
|
Resource |
run()
Get the run property: Gets the reference to workflow run. |
|
Offset |
scheduledTime()
Get the scheduled |
|
Offset |
startTime()
Get the start |
|
Workflow |
status()
Get the status property: Gets the status. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
trackingId()
Get the tracking |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
code
public String code()
Get the code property: Gets the code.
Returns:
correlation
public Correlation correlation()
Get the correlation property: The run correlation.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: Gets the end time.
Returns:
error
public Object error()
Get the error property: Gets the error.
Returns:
fired
public Boolean fired()
Get the fired property: The value indicating whether trigger was fired.
Returns:
fromJson
public static WorkflowTriggerHistoryInner fromJson(JsonReader jsonReader)
Reads an instance of WorkflowTriggerHistoryInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
WorkflowTriggerHistoryInner.id()Returns:
inputsLink
public ContentLink inputsLink()
Get the inputsLink property: Gets the link to input parameters.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
WorkflowTriggerHistoryInner.name()Returns:
outputsLink
public ContentLink outputsLink()
Get the outputsLink property: Gets the link to output parameters.
Returns:
run
public ResourceReference run()
Get the run property: Gets the reference to workflow run.
Returns:
scheduledTime
public OffsetDateTime scheduledTime()
Get the scheduledTime property: The scheduled time.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Gets the start time.
Returns:
status
public WorkflowStatus status()
Get the status property: Gets the status.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkflowTriggerHistoryInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
trackingId
public String trackingId()
Get the trackingId property: Gets the tracking id.
Returns:
type
public String type()
Get the type property: The type of the resource.
Overrides:
WorkflowTriggerHistoryInner.type()Returns:
validate
public void validate()
Validates the instance.