Class PlayerMatchHistory.Match

  • Enclosing class:
    PlayerMatchHistory

    public static class PlayerMatchHistory.Match
    extends java.lang.Object
    • Constructor Detail

      • Match

        @ConstructorProperties({"assists","classId","className","creeps","damage","damageDoneInHand","damageMitigated","damageTaken","deaths","gold","healingBot","healingPlayer","healingPlayerSelf","killingSpreeMax","kills","mapGame","matchDatetime","matchDurationSecs","matchId","matchQueueId","matchQueueName","placement","playerId","region","teamId","timeInMatchMinutes","timeInMatchSecs","wardsMinesPlaced"})
        public Match​(int assists,
                     long classId,
                     java.lang.String className,
                     int creeps,
                     int damage,
                     int damageDoneInHand,
                     int damageMitigated,
                     int damageTaken,
                     int deaths,
                     int gold,
                     int healingBot,
                     int healingPlayer,
                     int healingPlayerSelf,
                     int killingSpreeMax,
                     int kills,
                     java.lang.String mapGame,
                     java.util.Date matchDatetime,
                     long matchDurationSecs,
                     long matchId,
                     int matchQueueId,
                     java.lang.String matchQueueName,
                     int placement,
                     long playerId,
                     java.lang.String region,
                     long teamId,
                     long timeInMatchMinutes,
                     long timeInMatchSecs,
                     int wardsMinesPlaced)
    • Method Detail

      • getAssists

        public int getAssists()
      • getClassId

        public long getClassId()
      • getClassName

        public java.lang.String getClassName()
      • getCreeps

        public int getCreeps()
      • getDamage

        public int getDamage()
      • getDamageDoneInHand

        public int getDamageDoneInHand()
      • getDamageMitigated

        public int getDamageMitigated()
      • getDamageTaken

        public int getDamageTaken()
      • getDeaths

        public int getDeaths()
      • getGold

        public int getGold()
      • getHealingBot

        public int getHealingBot()
      • getHealingPlayer

        public int getHealingPlayer()
      • getHealingPlayerSelf

        public int getHealingPlayerSelf()
      • getKillingSpreeMax

        public int getKillingSpreeMax()
      • getKills

        public int getKills()
      • getMapGame

        public java.lang.String getMapGame()
      • getMatchDatetime

        public java.util.Date getMatchDatetime()
      • getMatchDurationSecs

        public long getMatchDurationSecs()
      • getMatchId

        public long getMatchId()
      • getMatchQueueId

        public int getMatchQueueId()
      • getMatchQueueName

        public java.lang.String getMatchQueueName()
      • getPlacement

        public int getPlacement()
      • getPlayerId

        public long getPlayerId()
      • getRegion

        public java.lang.String getRegion()
      • getTeamId

        public long getTeamId()
      • getTimeInMatchMinutes

        public long getTimeInMatchMinutes()
      • getTimeInMatchSecs

        public long getTimeInMatchSecs()
      • getWardsMinesPlaced

        public int getWardsMinesPlaced()
      • 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