WorkflowOutputParameter Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WorkflowParameter - com.
azure. resourcemanager. appservice. models. WorkflowOutputParameter
- com.
- com.
public final class WorkflowOutputParameter
extends WorkflowParameter
The workflow output parameter.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
error()
Get the error property: Gets the error. |
|
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from WorkflowParameter
Methods inherited from java.lang.Object
Method Details
error
public Object error()
Get the error property: Gets the error.
Returns:
fromJson
public static WorkflowOutputParameter fromJson(JsonReader jsonReader)
Reads an instance of WorkflowOutputParameter from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkflowOutputParameter.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
WorkflowOutputParameter.validate()