public class Dota2ServerStatsMatch extends Object
Dota2ServerStatsMatch class.
| Constructor and Description |
|---|
Dota2ServerStatsMatch() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGameMode()
Getter for the field
gameMode. |
long |
getGameTime()
Getter for the field
gameTime. |
int |
getLeagueId()
Getter for the field
leagueId. |
long |
getMatchId()
Getter for the field
matchId. |
long |
getServerSteamId()
Getter for the field
serverSteamId. |
long |
getTimestamp()
Getter for the field
timestamp. |
void |
setGameMode(int gameMode)
Setter for the field
gameMode. |
void |
setGameTime(long gameTime)
Setter for the field
gameTime. |
void |
setLeagueId(int leagueId)
Setter for the field
leagueId. |
void |
setMatchId(long matchId)
Setter for the field
matchId. |
void |
setServerSteamId(long serverSteamId)
Setter for the field
serverSteamId. |
void |
setTimestamp(long timestamp)
Setter for the field
timestamp. |
String |
toString() |
public long getServerSteamId()
Getter for the field serverSteamId.
public void setServerSteamId(long serverSteamId)
Setter for the field serverSteamId.
serverSteamId - The server_steam_idpublic long getMatchId()
Getter for the field matchId.
public void setMatchId(long matchId)
Setter for the field matchId.
matchId - The matchIdpublic long getTimestamp()
Getter for the field timestamp.
public void setTimestamp(long timestamp)
Setter for the field timestamp.
timestamp - The timestamppublic long getGameTime()
Getter for the field gameTime.
public void setGameTime(long gameTime)
Setter for the field gameTime.
gameTime - The game_timepublic int getGameMode()
Getter for the field gameMode.
public void setGameMode(int gameMode)
Setter for the field gameMode.
gameMode - The game_modepublic int getLeagueId()
Getter for the field leagueId.
public void setLeagueId(int leagueId)
Setter for the field leagueId.
leagueId - The league_idCopyright © 2016–2024. All rights reserved.