Package com.mypurecloud.sdk.v2.model
Class MatchCriteriaTestResult
java.lang.Object
com.mypurecloud.sdk.v2.model.MatchCriteriaTestResult
- All Implemented Interfaces:
Serializable
Results of a matching expression
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of operation to perform for matching check -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangeneratedJsonPathCondition(String generatedJsonPathCondition) The generated json path conditiongetMatch()com.fasterxml.jackson.databind.JsonNodegetValue()List<com.fasterxml.jackson.databind.JsonNode>inthashCode()The Goessner json path of the field to matchjsonPathExtraction(List<MatchTestResult> jsonPathExtraction) The json paths and their values that were comparedDid the generated json path condition matchoperator(MatchCriteriaTestResult.OperatorEnum operator) The type of operation to perform for matching checkvoidsetGeneratedJsonPathCondition(String generatedJsonPathCondition) voidsetJsonPath(String jsonPath) voidsetJsonPathExtraction(List<MatchTestResult> jsonPathExtraction) voidvoidvoidsetValue(com.fasterxml.jackson.databind.JsonNode value) voidtoString()value(com.fasterxml.jackson.databind.JsonNode value) The value to match on.The list of values to match on.
-
Constructor Details
-
MatchCriteriaTestResult
public MatchCriteriaTestResult() -
MatchCriteriaTestResult
-
-
Method Details
-
jsonPath
The Goessner json path of the field to match -
getJsonPath
-
setJsonPath
-
operator
The type of operation to perform for matching check -
getOperator
-
setOperator
-
value
The value to match on. Only one of value and values can be included -
getValue
public com.fasterxml.jackson.databind.JsonNode getValue() -
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value) -
values
The list of values to match on. Only one of value and values can be included -
getValues
-
setValues
-
generatedJsonPathCondition
The generated json path condition -
getGeneratedJsonPathCondition
-
setGeneratedJsonPathCondition
-
match
Did the generated json path condition match -
getMatch
-
setMatch
-
jsonPathExtraction
The json paths and their values that were compared -
getJsonPathExtraction
-
setJsonPathExtraction
-
equals
-
hashCode
public int hashCode() -
toString
-