ExpressionRoot Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. Expression - com.
azure. resourcemanager. appservice. models. ExpressionRoot
- com.
- com.
public final class ExpressionRoot
extends Expression
The expression root.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Azure |
error()
Get the error property: The azure resource error info. |
|
static
Expression |
fromJson(JsonReader jsonReader)
Reads an instance of Expression |
| String |
path()
Get the path property: The path. |
| List<Expression> |
subexpressions()
Get the subexpressions property: The sub expressions. |
| String |
text()
Get the text property: The text. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Object |
value()
Get the value property: Anything. |
Methods inherited from Expression
Methods inherited from java.lang.Object
Method Details
error
public AzureResourceErrorInfo error()
Get the error property: The azure resource error info.
Overrides:
ExpressionRoot.error()Returns:
fromJson
public static ExpressionRoot fromJson(JsonReader jsonReader)
Reads an instance of ExpressionRoot from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: The path.
Returns:
subexpressions
public List<Expression> subexpressions()
Get the subexpressions property: The sub expressions.
Overrides:
ExpressionRoot.subexpressions()Returns:
text
public String text()
Get the text property: The text.
Overrides:
ExpressionRoot.text()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ExpressionRoot.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
ExpressionRoot.validate()value
public Object value()
Get the value property: Anything.
Overrides:
ExpressionRoot.value()Returns: