Class MatchResult


  • public class MatchResult
    extends java.lang.Object
    • Method Detail

      • of

        public static MatchResult of​(boolean matches)
      • of

        public static MatchResult of​(boolean matches,
                                     java.util.Map<java.lang.String,​java.lang.String> eventParameters)
      • matched

        public boolean matched()
      • getEventParameters

        public java.util.Map<java.lang.String,​java.lang.String> getEventParameters()