Class MatchTestResult

java.lang.Object
com.mypurecloud.sdk.v2.model.MatchTestResult
All Implemented Interfaces:
Serializable

public class MatchTestResult extends Object implements Serializable
Information about the results being matched by the expressions
See Also:
  • Constructor Details

    • MatchTestResult

      public MatchTestResult()
    • MatchTestResult

      public MatchTestResult(Boolean initWithEmptyList)
  • Method Details

    • value

      public MatchTestResult value(com.fasterxml.jackson.databind.JsonNode 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

      public MatchTestResult path(String path)
      The json path to the json node being matched on. ex: $['things'][1]
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object