Class WorkflowOutputParameter
java.lang.Object
com.azure.resourcemanager.appservice.models.WorkflowParameter
com.azure.resourcemanager.appservice.models.WorkflowOutputParameter
- All Implemented Interfaces:
com.azure.json.JsonSerializable<WorkflowParameter>
The workflow output parameter.
-
Method Summary
Modifier and TypeMethodDescriptionerror()Get the error property: Gets the error.static WorkflowOutputParameterfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowOutputParameter from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Methods inherited from class WorkflowParameter
description, metadata, type, value, withDescription, withMetadata, withType, withValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
error
-
validate
public void validate()Validates the instance.- Overrides:
validatein classWorkflowParameter- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<WorkflowParameter>- Overrides:
toJsonin classWorkflowParameter- Throws:
IOException
-
fromJson
public static WorkflowOutputParameter fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of WorkflowOutputParameter from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of WorkflowOutputParameter if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the WorkflowOutputParameter.
-