WorkflowTriggerHistoryInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. appservice. fluent. models. WorkflowTriggerHistoryInner
- com.
- com.
public final class WorkflowTriggerHistoryInner
extends SubResource
The workflow trigger history.
Constructor Summary
Constructor | Description |
---|---|
WorkflowTriggerHistoryInner() |
Creates an instance of Workflow |
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 |
Content |
inputsLink()
Get the inputs |
String |
name()
Get the name property: Gets the workflow trigger history name. |
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. |
Json |
toJson(JsonWriter jsonWriter) |
String |
trackingId()
Get the tracking |
String |
type()
Get the type property: Gets the workflow trigger history type. |
void |
validate()
Validates the instance. |
Workflow |
withCorrelation(Correlation correlation)
Set the correlation property: The run correlation. |
Workflow |
withId(String id) |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
WorkflowTriggerHistoryInner
public WorkflowTriggerHistoryInner()
Creates an instance of WorkflowTriggerHistoryInner class.
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:
inputsLink
public ContentLink inputsLink()
Get the inputsLink property: Gets the link to input parameters.
Returns:
name
public String name()
Get the name property: Gets the workflow trigger history 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:
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: Gets the workflow trigger history type.
Returns:
validate
public void validate()
Validates the instance.
withCorrelation
public WorkflowTriggerHistoryInner withCorrelation(Correlation correlation)
Set the correlation property: The run correlation.
Parameters:
Returns:
withId
public WorkflowTriggerHistoryInner withId(String id)
Overrides:
WorkflowTriggerHistoryInner.withId(String id)Parameters:
Applies to
Azure SDK for Java