public class Dota2LiveLeagueTeamInfo extends Object
Dota2LiveLeagueTeamInfo class.
| Constructor and Description |
|---|
Dota2LiveLeagueTeamInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTeamId()
Getter for the field
teamId. |
long |
getTeamLogo()
Getter for the field
teamLogo. |
String |
getTeamName()
Getter for the field
teamName. |
boolean |
isComplete()
isComplete.
|
void |
setComplete(boolean complete)
Setter for the field
complete. |
void |
setTeamId(long teamId)
Setter for the field
teamId. |
void |
setTeamLogo(long teamLogo)
Setter for the field
teamLogo. |
void |
setTeamName(String teamName)
Setter for the field
teamName. |
String |
toString() |
public void setTeamName(String teamName)
Setter for the field teamName.
teamName - a String objectpublic long getTeamId()
Getter for the field teamId.
public void setTeamId(long teamId)
Setter for the field teamId.
teamId - a longpublic long getTeamLogo()
Getter for the field teamLogo.
public void setTeamLogo(long teamLogo)
Setter for the field teamLogo.
teamLogo - a longpublic boolean isComplete()
isComplete.
public void setComplete(boolean complete)
Setter for the field complete.
complete - a booleanCopyright © 2016–2024. All rights reserved.