public class ExpressionEvaluationDetails extends Object
| Constructor and Description |
|---|
ExpressionEvaluationDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getExpressionValue() |
String |
getOperator() |
String |
getPath() |
String |
getResult() |
List<String> |
getTargetValue() |
String |
toString() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/