Class ExpressionRoot
java.lang.Object
com.azure.resourcemanager.appservice.models.Expression
com.azure.resourcemanager.appservice.models.ExpressionRoot
The expression root.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()Get the path property: The path.voidvalidate()Validates the instance.withError(AzureResourceErrorInfo error) Set the error property: The azure resource error info.Set the path property: The path.withSubexpressions(List<Expression> subexpressions) Set the subexpressions property: The sub expressions.Set the text property: The text.Set the value property: Anything.Methods inherited from class com.azure.resourcemanager.appservice.models.Expression
error, subexpressions, text, value
-
Constructor Details
-
ExpressionRoot
public ExpressionRoot()Creates an instance of ExpressionRoot class.
-
-
Method Details
-
path
Get the path property: The path.- Returns:
- the path value.
-
withPath
Set the path property: The path.- Parameters:
path- the path value to set.- Returns:
- the ExpressionRoot object itself.
-
withText
Set the text property: The text.- Overrides:
withTextin classExpression- Parameters:
text- the text value to set.- Returns:
- the Expression object itself.
-
withValue
Set the value property: Anything.- Overrides:
withValuein classExpression- Parameters:
value- the value value to set.- Returns:
- the Expression object itself.
-
withSubexpressions
Set the subexpressions property: The sub expressions.- Overrides:
withSubexpressionsin classExpression- Parameters:
subexpressions- the subexpressions value to set.- Returns:
- the Expression object itself.
-
withError
Set the error property: The azure resource error info.- Overrides:
withErrorin classExpression- Parameters:
error- the error value to set.- Returns:
- the Expression object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classExpression- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-