public class Dota2MatchDetails extends Object
Dota2MatchDetails class.
Constructor and Description |
---|
Dota2MatchDetails() |
Modifier and Type | Method and Description |
---|---|
int |
getBarracksStatusDire()
Getter for the field
barracksStatusDire . |
int |
getBarracksStatusRadiant()
Getter for the field
barracksStatusRadiant . |
int |
getCluster()
Getter for the field
cluster . |
int |
getDireScore()
Getter for the field
direScore . |
int |
getDuration()
Getter for the field
duration . |
int |
getEngine()
Getter for the field
engine . |
int |
getFirstBloodTime()
Getter for the field
firstBloodTime . |
int |
getFlags()
Getter for the field
flags . |
int |
getGameMode()
Getter for the field
gameMode . |
int |
getHumanPlayers()
Getter for the field
humanPlayers . |
int |
getLeagueId()
Getter for the field
leagueId . |
int |
getLobbyType()
Getter for the field
lobbyType . |
long |
getMatchId()
Getter for the field
matchId . |
long |
getMatchSeqNum()
Getter for the field
matchSeqNum . |
int |
getNegativeVotes()
Getter for the field
negativeVotes . |
List<Dota2MatchPlayer> |
getPlayers()
Getter for the field
players . |
int |
getPositiveVotes()
Getter for the field
positiveVotes . |
int |
getPreGameDuration()
Getter for the field
preGameDuration . |
int |
getRadiantScore()
Getter for the field
radiantScore . |
int |
getStartTime()
Getter for the field
startTime . |
int |
getTowerStatusDire()
Getter for the field
towerStatusDire . |
int |
getTowerStatusRadiant()
Getter for the field
towerStatusRadiant . |
boolean |
isRadiantWin()
isRadiantWin.
|
void |
setBarracksStatusDire(int barracksStatusDire)
Setter for the field
barracksStatusDire . |
void |
setBarracksStatusRadiant(int barracksStatusRadiant)
Setter for the field
barracksStatusRadiant . |
void |
setCluster(int cluster)
Setter for the field
cluster . |
void |
setDireScore(int direScore)
Setter for the field
direScore . |
void |
setDuration(int duration)
Setter for the field
duration . |
void |
setEngine(int engine)
Setter for the field
engine . |
void |
setFirstBloodTime(int firstBloodTime)
Setter for the field
firstBloodTime . |
void |
setFlags(int flags)
Setter for the field
flags . |
void |
setGameMode(int gameMode)
Setter for the field
gameMode . |
void |
setHumanPlayers(int humanPlayers)
Setter for the field
humanPlayers . |
void |
setLeagueId(int leagueId)
Setter for the field
leagueId . |
void |
setLobbyType(int lobbyType)
Setter for the field
lobbyType . |
void |
setMatchId(long matchId)
Setter for the field
matchId . |
void |
setMatchSeqNum(long matchSeqNum)
Setter for the field
matchSeqNum . |
void |
setNegativeVotes(int negativeVotes)
Setter for the field
negativeVotes . |
void |
setPlayers(List<Dota2MatchPlayer> players)
Setter for the field
players . |
void |
setPositiveVotes(int positiveVotes)
Setter for the field
positiveVotes . |
void |
setPreGameDuration(int preGameDuration)
Setter for the field
preGameDuration . |
void |
setRadiantScore(int radiantScore)
Setter for the field
radiantScore . |
void |
setRadiantWin(boolean radiantWin)
Setter for the field
radiantWin . |
void |
setStartTime(int startTime)
Setter for the field
startTime . |
void |
setTowerStatusDire(int towerStatusDire)
Setter for the field
towerStatusDire . |
void |
setTowerStatusRadiant(int towerStatusRadiant)
Setter for the field
towerStatusRadiant . |
String |
toString() |
public List<Dota2MatchPlayer> getPlayers()
Getter for the field players
.
public void setPlayers(List<Dota2MatchPlayer> players)
Setter for the field players
.
players
- The playerspublic boolean isRadiantWin()
isRadiantWin.
public void setRadiantWin(boolean radiantWin)
Setter for the field radiantWin
.
radiantWin
- The radiant_winpublic int getDuration()
Getter for the field duration
.
public void setDuration(int duration)
Setter for the field duration
.
duration
- The durationpublic int getPreGameDuration()
Getter for the field preGameDuration
.
public void setPreGameDuration(int preGameDuration)
Setter for the field preGameDuration
.
preGameDuration
- The pre_game_durationpublic int getStartTime()
Getter for the field startTime
.
public void setStartTime(int startTime)
Setter for the field startTime
.
startTime
- The start_timepublic long getMatchId()
Getter for the field matchId
.
public void setMatchId(long matchId)
Setter for the field matchId
.
matchId
- The match_idpublic long getMatchSeqNum()
Getter for the field matchSeqNum
.
public void setMatchSeqNum(long matchSeqNum)
Setter for the field matchSeqNum
.
matchSeqNum
- The match_seq_numpublic int getTowerStatusRadiant()
Getter for the field towerStatusRadiant
.
public void setTowerStatusRadiant(int towerStatusRadiant)
Setter for the field towerStatusRadiant
.
towerStatusRadiant
- The tower_status_radiantpublic int getTowerStatusDire()
Getter for the field towerStatusDire
.
public void setTowerStatusDire(int towerStatusDire)
Setter for the field towerStatusDire
.
towerStatusDire
- The tower_status_direpublic int getBarracksStatusRadiant()
Getter for the field barracksStatusRadiant
.
public void setBarracksStatusRadiant(int barracksStatusRadiant)
Setter for the field barracksStatusRadiant
.
barracksStatusRadiant
- The barracks_status_radiantpublic int getBarracksStatusDire()
Getter for the field barracksStatusDire
.
public void setBarracksStatusDire(int barracksStatusDire)
Setter for the field barracksStatusDire
.
barracksStatusDire
- The barracks_status_direpublic int getCluster()
Getter for the field cluster
.
public void setCluster(int cluster)
Setter for the field cluster
.
cluster
- The clusterpublic int getFirstBloodTime()
Getter for the field firstBloodTime
.
public void setFirstBloodTime(int firstBloodTime)
Setter for the field firstBloodTime
.
firstBloodTime
- The first_blood_timepublic int getLobbyType()
Getter for the field lobbyType
.
public void setLobbyType(int lobbyType)
Setter for the field lobbyType
.
lobbyType
- The lobby_typepublic int getHumanPlayers()
Getter for the field humanPlayers
.
public void setHumanPlayers(int humanPlayers)
Setter for the field humanPlayers
.
humanPlayers
- The human_playerspublic int getLeagueId()
Getter for the field leagueId
.
public void setLeagueId(int leagueId)
Setter for the field leagueId
.
leagueId
- The leagueIdpublic int getPositiveVotes()
Getter for the field positiveVotes
.
public void setPositiveVotes(int positiveVotes)
Setter for the field positiveVotes
.
positiveVotes
- The positive_votespublic int getNegativeVotes()
Getter for the field negativeVotes
.
public void setNegativeVotes(int negativeVotes)
Setter for the field negativeVotes
.
negativeVotes
- The negative_votespublic int getGameMode()
Getter for the field gameMode
.
public void setGameMode(int gameMode)
Setter for the field gameMode
.
gameMode
- The game_modepublic int getFlags()
Getter for the field flags
.
public void setFlags(int flags)
Setter for the field flags
.
flags
- The flagspublic int getEngine()
Getter for the field engine
.
public void setEngine(int engine)
Setter for the field engine
.
engine
- The enginepublic int getRadiantScore()
Getter for the field radiantScore
.
public void setRadiantScore(int radiantScore)
Setter for the field radiantScore
.
radiantScore
- The radiant_scorepublic int getDireScore()
Getter for the field direScore
.
public void setDireScore(int direScore)
Setter for the field direScore
.
direScore
- The dire_scoreCopyright © 2016–2024. All rights reserved.