Class WorkflowOutputParameter
java.lang.Object
com.azure.resourcemanager.appservice.models.WorkflowParameter
com.azure.resourcemanager.appservice.models.WorkflowOutputParameter
The workflow output parameter.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of WorkflowOutputParameter class. -
Method Summary
Modifier and TypeMethodDescriptionerror()Get the error property: Gets the error.voidvalidate()Validates the instance.withDescription(String description) Set the description property: The description.withMetadata(Object metadata) Set the metadata property: The metadata.withType(ParameterType type) Set the type property: The type.Set the value property: The value.Methods inherited from class com.azure.resourcemanager.appservice.models.WorkflowParameter
description, metadata, type, value
-
Constructor Details
-
WorkflowOutputParameter
public WorkflowOutputParameter()Creates an instance of WorkflowOutputParameter class.
-
-
Method Details
-
error
Get the error property: Gets the error.- Returns:
- the error value.
-
withType
Set the type property: The type.- Overrides:
withTypein classWorkflowParameter- Parameters:
type- the type value to set.- Returns:
- the WorkflowParameter object itself.
-
withValue
Set the value property: The value.- Overrides:
withValuein classWorkflowParameter- Parameters:
value- the value value to set.- Returns:
- the WorkflowParameter object itself.
-
withMetadata
Set the metadata property: The metadata.- Overrides:
withMetadatain classWorkflowParameter- Parameters:
metadata- the metadata value to set.- Returns:
- the WorkflowParameter object itself.
-
withDescription
Set the description property: The description.- Overrides:
withDescriptionin classWorkflowParameter- Parameters:
description- the description value to set.- Returns:
- the WorkflowParameter object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classWorkflowParameter- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-