public class Dota2FantasyPlayerInfo extends Object
Dota2FantasyPlayerInfo class.
Constructor and Description |
---|
Dota2FantasyPlayerInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getFantasyRole()
Getter for the field
fantasyRole . |
String |
getName()
Getter for the field
name . |
String |
getSponsor()
Getter for the field
sponsor . |
String |
getTeamName()
Getter for the field
teamName . |
String |
getTeamTag()
Getter for the field
teamTag . |
void |
setFantasyRole(int fantasyRole)
Setter for the field
fantasyRole . |
void |
setName(String name)
Setter for the field
name . |
void |
setSponsor(String sponsor)
Setter for the field
sponsor . |
void |
setTeamName(String teamName)
Setter for the field
teamName . |
void |
setTeamTag(String teamTag)
Setter for the field
teamTag . |
String |
toString() |
public void setName(String name)
Setter for the field name
.
name
- a String
objectpublic void setTeamName(String teamName)
Setter for the field teamName
.
teamName
- a String
objectpublic void setTeamTag(String teamTag)
Setter for the field teamTag
.
teamTag
- a String
objectpublic void setSponsor(String sponsor)
Setter for the field sponsor
.
sponsor
- a String
objectpublic int getFantasyRole()
Getter for the field fantasyRole
.
public void setFantasyRole(int fantasyRole)
Setter for the field fantasyRole
.
fantasyRole
- a intCopyright © 2016–2024. All rights reserved.