Class MatchWrapper


  • public class MatchWrapper
    extends java.lang.Object
    Wrapper for easy JSON serialisation of a Match
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchWrapper​(Match match)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Match getMatch()  
      • Methods inherited from class java.lang.Object

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

      • MatchWrapper

        public MatchWrapper​(Match match)
    • Method Detail

      • getMatch

        public Match getMatch()