Class Match


  • public class Match
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Match()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getFields()  
      java.lang.String getMessage()  
      void setFields​(java.util.List<java.lang.String> fields)  
      void setMessage​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Match

        public Match()
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • setMessage

        public void setMessage​(java.lang.String message)
      • getFields

        public java.util.List<java.lang.String> getFields()
      • setFields

        public void setFields​(java.util.List<java.lang.String> fields)