public class Dota2MatchHistoryInfo extends Object
Dota2MatchHistoryInfo class.
Constructor and Description |
---|
Dota2MatchHistoryInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getDireTeamId()
Getter for the field
direTeamId . |
int |
getLobbyType()
Getter for the field
lobbyType . |
long |
getMatchId()
Getter for the field
matchId . |
long |
getMatchSeqNum()
Getter for the field
matchSeqNum . |
List<Dota2MatchHistoryPlayer> |
getPlayers()
Getter for the field
players . |
int |
getRadiantTeamId()
Getter for the field
radiantTeamId . |
int |
getStartTime()
Getter for the field
startTime . |
void |
setDireTeamId(int direTeamId)
Setter for the field
direTeamId . |
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 |
setPlayers(List<Dota2MatchHistoryPlayer> players)
Setter for the field
players . |
void |
setRadiantTeamId(int radiantTeamId)
Setter for the field
radiantTeamId . |
void |
setStartTime(int startTime)
Setter for the field
startTime . |
String |
toString() |
public 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 getStartTime()
Getter for the field startTime
.
public void setStartTime(int startTime)
Setter for the field startTime
.
startTime
- The start_timepublic int getLobbyType()
Getter for the field lobbyType
.
public void setLobbyType(int lobbyType)
Setter for the field lobbyType
.
lobbyType
- The lobby_typepublic int getRadiantTeamId()
Getter for the field radiantTeamId
.
public void setRadiantTeamId(int radiantTeamId)
Setter for the field radiantTeamId
.
radiantTeamId
- The radiant_team_idpublic int getDireTeamId()
Getter for the field direTeamId
.
public void setDireTeamId(int direTeamId)
Setter for the field direTeamId
.
direTeamId
- The dire_team_idpublic List<Dota2MatchHistoryPlayer> getPlayers()
Getter for the field players
.
public void setPlayers(List<Dota2MatchHistoryPlayer> players)
Setter for the field players
.
players
- The playersCopyright © 2016–2024. All rights reserved.