Class Result


  • public class Result
    extends Object
    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • setPlayers

        public void setPlayers​(List<Player> players)
      • getRadiantWin

        public Boolean getRadiantWin()
      • setRadiantWin

        public void setRadiantWin​(Boolean radiantWin)
      • withRadiantWin

        public Result withRadiantWin​(Boolean radiantWin)
      • getDuration

        public Integer getDuration()
      • setDuration

        public void setDuration​(Integer duration)
      • withDuration

        public Result withDuration​(Integer duration)
      • getPreGameDuration

        public Integer getPreGameDuration()
      • setPreGameDuration

        public void setPreGameDuration​(Integer preGameDuration)
      • withPreGameDuration

        public Result withPreGameDuration​(Integer preGameDuration)
      • getStartTime

        public Integer getStartTime()
      • setStartTime

        public void setStartTime​(Integer startTime)
      • withStartTime

        public Result withStartTime​(Integer startTime)
      • getMatchId

        public String getMatchId()
      • setMatchId

        public void setMatchId​(String matchId)
      • withMatchId

        public Result withMatchId​(String matchId)
      • getMatchSeqNum

        public String getMatchSeqNum()
      • setMatchSeqNum

        public void setMatchSeqNum​(String matchSeqNum)
      • withMatchSeqNum

        public Result withMatchSeqNum​(String matchSeqNum)
      • getTowerStatusRadiant

        public Integer getTowerStatusRadiant()
      • setTowerStatusRadiant

        public void setTowerStatusRadiant​(Integer towerStatusRadiant)
      • withTowerStatusRadiant

        public Result withTowerStatusRadiant​(Integer towerStatusRadiant)
      • getTowerStatusDire

        public Integer getTowerStatusDire()
      • setTowerStatusDire

        public void setTowerStatusDire​(Integer towerStatusDire)
      • withTowerStatusDire

        public Result withTowerStatusDire​(Integer towerStatusDire)
      • getBarracksStatusRadiant

        public Integer getBarracksStatusRadiant()
      • setBarracksStatusRadiant

        public void setBarracksStatusRadiant​(Integer barracksStatusRadiant)
      • withBarracksStatusRadiant

        public Result withBarracksStatusRadiant​(Integer barracksStatusRadiant)
      • getBarracksStatusDire

        public Integer getBarracksStatusDire()
      • setBarracksStatusDire

        public void setBarracksStatusDire​(Integer barracksStatusDire)
      • withBarracksStatusDire

        public Result withBarracksStatusDire​(Integer barracksStatusDire)
      • getCluster

        public Integer getCluster()
      • setCluster

        public void setCluster​(Integer cluster)
      • getFirstBloodTime

        public Integer getFirstBloodTime()
      • setFirstBloodTime

        public void setFirstBloodTime​(Integer firstBloodTime)
      • withFirstBloodTime

        public Result withFirstBloodTime​(Integer firstBloodTime)
      • getLobbyType

        public Integer getLobbyType()
      • setLobbyType

        public void setLobbyType​(Integer lobbyType)
      • withLobbyType

        public Result withLobbyType​(Integer lobbyType)
      • getHumanPlayers

        public Integer getHumanPlayers()
      • setHumanPlayers

        public void setHumanPlayers​(Integer humanPlayers)
      • withHumanPlayers

        public Result withHumanPlayers​(Integer humanPlayers)
      • getLeagueid

        public Integer getLeagueid()
      • setLeagueid

        public void setLeagueid​(Integer leagueid)
      • withLeagueid

        public Result withLeagueid​(Integer leagueid)
      • getPositiveVotes

        public Integer getPositiveVotes()
      • setPositiveVotes

        public void setPositiveVotes​(Integer positiveVotes)
      • withPositiveVotes

        public Result withPositiveVotes​(Integer positiveVotes)
      • getNegativeVotes

        public Integer getNegativeVotes()
      • setNegativeVotes

        public void setNegativeVotes​(Integer negativeVotes)
      • withNegativeVotes

        public Result withNegativeVotes​(Integer negativeVotes)
      • getGameMode

        public Integer getGameMode()
      • setGameMode

        public void setGameMode​(Integer gameMode)
      • withGameMode

        public Result withGameMode​(Integer gameMode)
      • getFlags

        public Integer getFlags()
      • setFlags

        public void setFlags​(Integer flags)
      • getEngine

        public Integer getEngine()
      • setEngine

        public void setEngine​(Integer engine)
      • getRadiantScore

        public Integer getRadiantScore()
      • setRadiantScore

        public void setRadiantScore​(Integer radiantScore)
      • withRadiantScore

        public Result withRadiantScore​(Integer radiantScore)
      • getDireScore

        public Integer getDireScore()
      • setDireScore

        public void setDireScore​(Integer direScore)
      • withDireScore

        public Result withDireScore​(Integer direScore)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • withAdditionalProperty

        public Result withAdditionalProperty​(String name,
                                             Object value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object