Package com.mypurecloud.sdk.v2.model
Class MatchTestResult
java.lang.Object
com.mypurecloud.sdk.v2.model.MatchTestResult
- All Implemented Interfaces:
Serializable
Information about the results being matched by the expressions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPath()com.fasterxml.jackson.databind.JsonNodegetValue()inthashCode()The json path to the json node being matched on. ex: $['things'][1]voidvoidsetValue(com.fasterxml.jackson.databind.JsonNode value) toString()value(com.fasterxml.jackson.databind.JsonNode value) The value of the field being matched
-
Constructor Details
-
MatchTestResult
public MatchTestResult() -
MatchTestResult
-
-
Method Details
-
value
The value of the field being matched -
getValue
public com.fasterxml.jackson.databind.JsonNode getValue() -
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value) -
path
The json path to the json node being matched on. ex: $['things'][1] -
getPath
-
setPath
-
equals
-
hashCode
public int hashCode() -
toString
-