Class LiveMatch

    • Constructor Detail

      • LiveMatch

        @ConstructorProperties({"accountChampionsPlayed","accountLevel","championId","championLevel","championName","masteryLevel","matchId","queue","skinName","skinId","tier","mapGame","playerCreated","playerId","playerName","playerRegion","taskForce","tierLosses","tierWins","returnedMessage"})
        public LiveMatch​(int accountChampionsPlayed,
                         int accountLevel,
                         long championId,
                         int championLevel,
                         java.lang.String championName,
                         int masteryLevel,
                         long matchId,
                         int queue,
                         java.lang.String skinName,
                         long skinId,
                         int tier,
                         java.lang.String mapGame,
                         java.util.Date playerCreated,
                         long playerId,
                         java.lang.String playerName,
                         java.lang.String playerRegion,
                         int taskForce,
                         int tierLosses,
                         int tierWins,
                         java.lang.String returnedMessage)
    • Method Detail

      • getAccountChampionsPlayed

        public int getAccountChampionsPlayed()
      • getAccountLevel

        public int getAccountLevel()
      • getChampionId

        public long getChampionId()
      • getChampionLevel

        public int getChampionLevel()
      • getChampionName

        public java.lang.String getChampionName()
      • getMasteryLevel

        public int getMasteryLevel()
      • getMatchId

        public long getMatchId()
      • getQueue

        public int getQueue()
      • getSkinName

        public java.lang.String getSkinName()
      • getSkinId

        public long getSkinId()
      • getTier

        public int getTier()
      • getMapGame

        public java.lang.String getMapGame()
      • getPlayerCreated

        public java.util.Date getPlayerCreated()
      • getPlayerId

        public long getPlayerId()
      • getPlayerName

        public java.lang.String getPlayerName()
      • getPlayerRegion

        public java.lang.String getPlayerRegion()
      • getTaskForce

        public int getTaskForce()
      • getTierLosses

        public int getTierLosses()
      • getTierWins

        public int getTierWins()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object