public class Dota2TeamDetails extends Object
Dota2TeamDetails class.
Constructor and Description |
---|
Dota2TeamDetails() |
Modifier and Type | Method and Description |
---|---|
int |
getCalibrationGamesRemaining()
Getter for the field
calibrationGamesRemaining . |
String |
getCountryCode()
Getter for the field
countryCode . |
int |
getGamesPlayedMatchmaking()
Getter for the field
gamesPlayedMatchmaking . |
int |
getGamesPlayedTotal()
Getter for the field
gamesPlayedTotal . |
List<Integer> |
getLeaguesParticipated()
Getter for the field
leaguesParticipated . |
int |
getLosses()
Getter for the field
losses . |
List<Dota2TeamMemberDetails> |
getMembers()
Getter for the field
members . |
String |
getName()
Getter for the field
name . |
int |
getRank()
Getter for the field
rank . |
List<String> |
getRecentMatchIds()
Getter for the field
recentMatchIds . |
String |
getTag()
Getter for the field
tag . |
int |
getTeamId()
Getter for the field
teamId . |
int |
getTimeCreated()
Getter for the field
timeCreated . |
List<String> |
getTopMatchIds()
Getter for the field
topMatchIds . |
String |
getUgcBannerLogo()
Getter for the field
ugcBannerLogo . |
String |
getUgcBaseLogo()
Getter for the field
ugcBaseLogo . |
String |
getUgcLogo()
Getter for the field
ugcLogo . |
String |
getUgcSponsorLogo()
Getter for the field
ugcSponsorLogo . |
String |
getUrl()
Getter for the field
url . |
int |
getWins()
Getter for the field
wins . |
boolean |
isLocked()
isLocked.
|
boolean |
isPro()
isPro.
|
void |
setCalibrationGamesRemaining(int calibrationGamesRemaining)
Setter for the field
calibrationGamesRemaining . |
void |
setCountryCode(String countryCode)
Setter for the field
countryCode . |
void |
setGamesPlayedMatchmaking(int gamesPlayedMatchmaking)
Setter for the field
gamesPlayedMatchmaking . |
void |
setGamesPlayedTotal(int gamesPlayedTotal)
Setter for the field
gamesPlayedTotal . |
void |
setLeaguesParticipated(List<Integer> leaguesParticipated)
Setter for the field
leaguesParticipated . |
void |
setLocked(boolean locked)
Setter for the field
locked . |
void |
setLosses(int losses)
Setter for the field
losses . |
void |
setMembers(List<Dota2TeamMemberDetails> members)
Setter for the field
members . |
void |
setName(String name)
Setter for the field
name . |
void |
setPro(boolean pro)
Setter for the field
pro . |
void |
setRank(int rank)
Setter for the field
rank . |
void |
setRecentMatchIds(List<String> recentMatchIds)
Setter for the field
recentMatchIds . |
void |
setTag(String tag)
Setter for the field
tag . |
void |
setTeamId(int teamId)
Setter for the field
teamId . |
void |
setTimeCreated(int timeCreated)
Setter for the field
timeCreated . |
void |
setTopMatchIds(List<String> topMatchIds)
Setter for the field
topMatchIds . |
void |
setUgcBannerLogo(String ugcBannerLogo)
Setter for the field
ugcBannerLogo . |
void |
setUgcBaseLogo(String ugcBaseLogo)
Setter for the field
ugcBaseLogo . |
void |
setUgcLogo(String ugcLogo)
Setter for the field
ugcLogo . |
void |
setUgcSponsorLogo(String ugcSponsorLogo)
Setter for the field
ugcSponsorLogo . |
void |
setUrl(String url)
Setter for the field
url . |
void |
setWins(int wins)
Setter for the field
wins . |
String |
toString() |
public List<Dota2TeamMemberDetails> getMembers()
Getter for the field members
.
public void setMembers(List<Dota2TeamMemberDetails> members)
Setter for the field members
.
members
- The memberspublic int getTeamId()
Getter for the field teamId
.
public void setTeamId(int teamId)
Setter for the field teamId
.
teamId
- The team_idpublic 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 int getTimeCreated()
Getter for the field timeCreated
.
public void setTimeCreated(int timeCreated)
Setter for the field timeCreated
.
timeCreated
- The time_createdpublic boolean isPro()
isPro.
public void setPro(boolean pro)
Setter for the field pro
.
pro
- The propublic boolean isLocked()
isLocked.
public void setLocked(boolean locked)
Setter for the field locked
.
locked
- The lockedpublic String getUgcLogo()
Getter for the field ugcLogo
.
public void setUgcLogo(String ugcLogo)
Setter for the field ugcLogo
.
ugcLogo
- The ugc_logopublic String getUgcBaseLogo()
Getter for the field ugcBaseLogo
.
public void setUgcBaseLogo(String ugcBaseLogo)
Setter for the field ugcBaseLogo
.
ugcBaseLogo
- The ugc_base_logopublic String getUgcBannerLogo()
Getter for the field ugcBannerLogo
.
public void setUgcBannerLogo(String ugcBannerLogo)
Setter for the field ugcBannerLogo
.
ugcBannerLogo
- The ugc_banner_logopublic String getUgcSponsorLogo()
Getter for the field ugcSponsorLogo
.
public void setUgcSponsorLogo(String ugcSponsorLogo)
Setter for the field ugcSponsorLogo
.
ugcSponsorLogo
- The ugc_sponsor_logopublic 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 getWins()
Getter for the field wins
.
public void setWins(int wins)
Setter for the field wins
.
wins
- The winspublic int getLosses()
Getter for the field losses
.
public void setLosses(int losses)
Setter for the field losses
.
losses
- The lossespublic int getRank()
Getter for the field rank
.
public void setRank(int rank)
Setter for the field rank
.
rank
- The rankpublic int getCalibrationGamesRemaining()
Getter for the field calibrationGamesRemaining
.
public void setCalibrationGamesRemaining(int calibrationGamesRemaining)
Setter for the field calibrationGamesRemaining
.
calibrationGamesRemaining
- The calibration_games_remainingpublic int getGamesPlayedTotal()
Getter for the field gamesPlayedTotal
.
public void setGamesPlayedTotal(int gamesPlayedTotal)
Setter for the field gamesPlayedTotal
.
gamesPlayedTotal
- The games_played_totalpublic int getGamesPlayedMatchmaking()
Getter for the field gamesPlayedMatchmaking
.
public void setGamesPlayedMatchmaking(int gamesPlayedMatchmaking)
Setter for the field gamesPlayedMatchmaking
.
gamesPlayedMatchmaking
- The games_played_matchmakingpublic List<Integer> getLeaguesParticipated()
Getter for the field leaguesParticipated
.
public void setLeaguesParticipated(List<Integer> leaguesParticipated)
Setter for the field leaguesParticipated
.
leaguesParticipated
- The leagues_participatedpublic List<String> getTopMatchIds()
Getter for the field topMatchIds
.
public void setTopMatchIds(List<String> topMatchIds)
Setter for the field topMatchIds
.
topMatchIds
- The top_match_idspublic List<String> getRecentMatchIds()
Getter for the field recentMatchIds
.
public void setRecentMatchIds(List<String> recentMatchIds)
Setter for the field recentMatchIds
.
recentMatchIds
- The recent_match_idsCopyright © 2016–2024. All rights reserved.