public class Dota2MatchTeamInfo extends Object
Dota2MatchTeamInfo class.
Constructor and Description |
---|
Dota2MatchTeamInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getAdminAccountId()
Getter for the field
adminAccountId . |
int |
getCalibrationGamesRemaining()
Getter for the field
calibrationGamesRemaining . |
String |
getCountryCode()
Getter for the field
countryCode . |
int |
getGamesPlayed()
Getter for the field
gamesPlayed . |
List<Integer> |
getLeagueIds()
Getter for the field
leagueIds . |
long |
getLogo()
Getter for the field
logo . |
long |
getLogoSponsor()
Getter for the field
logoSponsor . |
String |
getName()
Getter for the field
name . |
List<Long> |
getPlayerAccountIds()
Getter for the field
playerAccountIds . |
String |
getTag()
Getter for the field
tag . |
long |
getTimeCreated()
Getter for the field
timeCreated . |
String |
getUrl()
Getter for the field
url . |
void |
setAdminAccountId(long adminAccountId)
Setter for the field
adminAccountId . |
void |
setCalibrationGamesRemaining(int calibrationGamesRemaining)
Setter for the field
calibrationGamesRemaining . |
void |
setCountryCode(String countryCode)
Setter for the field
countryCode . |
void |
setGamesPlayed(int gamesPlayed)
Setter for the field
gamesPlayed . |
void |
setLeagueIds(List<Integer> leagueIds)
Setter for the field
leagueIds . |
void |
setLogo(long logo)
Setter for the field
logo . |
void |
setLogoSponsor(long logoSponsor)
Setter for the field
logoSponsor . |
void |
setName(String name)
Setter for the field
name . |
void |
setPlayerAccountIds(List<Long> playerAccountIds)
Setter for the field
playerAccountIds . |
void |
setTag(String tag)
Setter for the field
tag . |
void |
setTimeCreated(long timeCreated)
Setter for the field
timeCreated . |
void |
setUrl(String url)
Setter for the field
url . |
String |
toString() |
public List<Integer> getLeagueIds()
Getter for the field leagueIds
.
List
objectpublic void setLeagueIds(List<Integer> leagueIds)
Setter for the field leagueIds
.
leagueIds
- a List
objectpublic List<Long> getPlayerAccountIds()
Getter for the field playerAccountIds
.
List
objectpublic void setPlayerAccountIds(List<Long> playerAccountIds)
Setter for the field playerAccountIds
.
playerAccountIds
- a List
objectpublic String getName()
Getter for the field name
.
public void setName(String name)
Setter for the field name
.
name
- The namepublic String getTag()
Getter for the field tag
.
public void setTag(String tag)
Setter for the field tag
.
tag
- The tagpublic long getTimeCreated()
Getter for the field timeCreated
.
public void setTimeCreated(long timeCreated)
Setter for the field timeCreated
.
timeCreated
- The time_createdpublic int getCalibrationGamesRemaining()
Getter for the field calibrationGamesRemaining
.
public void setCalibrationGamesRemaining(int calibrationGamesRemaining)
Setter for the field calibrationGamesRemaining
.
calibrationGamesRemaining
- The calibration_games_remainingpublic long getLogo()
Getter for the field logo
.
public void setLogo(long logo)
Setter for the field logo
.
logo
- The logopublic long getLogoSponsor()
Getter for the field logoSponsor
.
public void setLogoSponsor(long logoSponsor)
Setter for the field logoSponsor
.
logoSponsor
- The logo_sponsorpublic String getCountryCode()
Getter for the field countryCode
.
public void setCountryCode(String countryCode)
Setter for the field countryCode
.
countryCode
- The country_codepublic String getUrl()
Getter for the field url
.
public void setUrl(String url)
Setter for the field url
.
url
- The urlpublic int getGamesPlayed()
Getter for the field gamesPlayed
.
public void setGamesPlayed(int gamesPlayed)
Setter for the field gamesPlayed
.
gamesPlayed
- The games_playedpublic long getAdminAccountId()
Getter for the field adminAccountId
.
public void setAdminAccountId(long adminAccountId)
Setter for the field adminAccountId
.
adminAccountId
- The admin_account_idCopyright © 2016–2024. All rights reserved.