Class MatchDataEntity

    • Constructor Detail

      • MatchDataEntity

        protected MatchDataEntity()
    • Method Detail

      • getMatchId

        public long getMatchId()
        Gets match id
        Returns:
        match id
      • getMatchTime

        public String getMatchTime()
        Gets match time
        Returns:
        match time
      • getRemainingTimeInPeriod

        public String getRemainingTimeInPeriod()
        Gets remaining time in period
        Returns:
        remaining time in period
      • setMatchId

        protected void setMatchId​(long matchId)
      • setMatchTime

        protected void setMatchTime​(String matchTime)
      • setRemainingTimeInPeriod

        protected void setRemainingTimeInPeriod​(String remainingTimeInPeriod)