public class Dota2FantasyProPlayerInfo extends Object
Dota2FantasyProPlayerInfo class.
Constructor and Description |
---|
Dota2FantasyProPlayerInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getAccountId()
Getter for the field
accountId . |
String |
getCountryCode()
Getter for the field
countryCode . |
int |
getFantasyRole()
Getter for the field
fantasyRole . |
long |
getLockedUntil()
Getter for the field
lockedUntil . |
String |
getName()
Getter for the field
name . |
int |
getTeamId()
Getter for the field
teamId . |
String |
getTeamName()
Getter for the field
teamName . |
String |
getTeamTag()
Getter for the field
teamTag . |
long |
getTimestamp()
Getter for the field
timestamp . |
boolean |
isLocked()
isLocked.
|
boolean |
isPro()
isPro.
|
void |
setAccountId(int accountId)
Setter for the field
accountId . |
void |
setCountryCode(String countryCode)
Setter for the field
countryCode . |
void |
setFantasyRole(int fantasyRole)
Setter for the field
fantasyRole . |
void |
setLocked(boolean locked)
setLocked.
|
void |
setLockedUntil(long lockedUntil)
Setter for the field
lockedUntil . |
void |
setName(String name)
Setter for the field
name . |
void |
setPro(boolean pro)
setPro.
|
void |
setTeamId(int teamId)
Setter for the field
teamId . |
void |
setTeamName(String teamName)
Setter for the field
teamName . |
void |
setTeamTag(String teamTag)
Setter for the field
teamTag . |
void |
setTimestamp(long timestamp)
Setter for the field
timestamp . |
String |
toString() |
public int getAccountId()
Getter for the field accountId
.
public void setAccountId(int accountId)
Setter for the field accountId
.
accountId
- a intpublic void setName(String name)
Setter for the field name
.
name
- a String
objectpublic String getCountryCode()
Getter for the field countryCode
.
String
objectpublic void setCountryCode(String countryCode)
Setter for the field countryCode
.
countryCode
- a String
objectpublic int getFantasyRole()
Getter for the field fantasyRole
.
public void setFantasyRole(int fantasyRole)
Setter for the field fantasyRole
.
fantasyRole
- a intpublic int getTeamId()
Getter for the field teamId
.
public void setTeamId(int teamId)
Setter for the field teamId
.
teamId
- a intpublic 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 boolean isLocked()
isLocked.
public void setLocked(boolean locked)
setLocked.
locked
- a booleanpublic boolean isPro()
isPro.
public void setPro(boolean pro)
setPro.
pro
- a booleanpublic long getLockedUntil()
Getter for the field lockedUntil
.
public void setLockedUntil(long lockedUntil)
Setter for the field lockedUntil
.
lockedUntil
- a longpublic long getTimestamp()
Getter for the field timestamp
.
public void setTimestamp(long timestamp)
Setter for the field timestamp
.
timestamp
- a longCopyright © 2016–2024. All rights reserved.