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.
Constructor Summary
Constructor | Description |
---|---|
WorkflowOutputParameter() |
Creates an instance of Workflow |
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. |
Workflow |
withDescription(String description)
Set the description property: The description. |
Workflow |
withMetadata(Object metadata)
Set the metadata property: The metadata. |
Workflow |
withType(ParameterType type)
Set the type property: The type. |
Workflow |
withValue(Object value)
Set the value property: The value. |
Methods inherited from WorkflowParameter
Methods inherited from java.lang.Object
Constructor Details
WorkflowOutputParameter
public WorkflowOutputParameter()
Creates an instance of WorkflowOutputParameter class.
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()withDescription
public WorkflowOutputParameter withDescription(String description)
Set the description property: The description.
Overrides:
WorkflowOutputParameter.withDescription(String description)Parameters:
withMetadata
public WorkflowOutputParameter withMetadata(Object metadata)
Set the metadata property: The metadata.
Overrides:
WorkflowOutputParameter.withMetadata(Object metadata)Parameters:
withType
public WorkflowOutputParameter withType(ParameterType type)
Set the type property: The type.
Overrides:
WorkflowOutputParameter.withType(ParameterType type)Parameters:
withValue
public WorkflowOutputParameter withValue(Object value)
Set the value property: The value.
Overrides:
WorkflowOutputParameter.withValue(Object value)Parameters:
Applies to
Azure SDK for Java