WorkflowEnvelopeProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WorkflowEnvelopeProperties
- com.
Implements
public final class WorkflowEnvelopeProperties
implements JsonSerializable<WorkflowEnvelopeProperties>
Additional workflow properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
files()
Get the files property: Gets or sets the files. |
|
Workflow |
flowState()
Get the flow |
|
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
|
Workflow |
health()
Get the health property: Gets or sets workflow health. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
files
public Map<String,Object> files()
Get the files property: Gets or sets the files.
Returns:
flowState
public WorkflowState flowState()
Get the flowState property: Gets or sets the state of the workflow.
Returns:
fromJson
public static WorkflowEnvelopeProperties fromJson(JsonReader jsonReader)
Reads an instance of WorkflowEnvelopeProperties from the JsonReader.
Parameters:
Returns:
Throws:
health
public WorkflowHealth health()
Get the health property: Gets or sets workflow health.
Returns:
toJson
validate
public void validate()
Validates the instance.