@Deprecated @ApiStatus.ScheduledForRemoval public class CocPlayerRankInfo extends Object
| Constructor and Description |
|---|
CocPlayerRankInfo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAttackWins()
Deprecated.
Getter for the field
attackWins. |
CocClanBasicInfo |
getClan()
Deprecated.
Getter for the field
clan. |
int |
getDefenseWins()
Deprecated.
Getter for the field
defenseWins. |
int |
getExpLevel()
Deprecated.
Getter for the field
expLevel. |
CocLeague |
getLeague()
Deprecated.
Getter for the field
league. |
String |
getName()
Deprecated.
Getter for the field
name. |
int |
getPreviousRank()
Deprecated.
Getter for the field
previousRank. |
int |
getRank()
Deprecated.
Getter for the field
rank. |
String |
getTag()
Deprecated.
Getter for the field
tag. |
int |
getTrophies()
Deprecated.
Getter for the field
trophies. |
void |
setAttackWins(int attackWins)
Deprecated.
Setter for the field
attackWins. |
void |
setClan(CocClanBasicInfo clan)
Deprecated.
Setter for the field
clan. |
void |
setDefenseWins(int defenseWins)
Deprecated.
Setter for the field
defenseWins. |
void |
setExpLevel(int expLevel)
Deprecated.
Setter for the field
expLevel. |
void |
setLeague(CocLeague league)
Deprecated.
Setter for the field
league. |
void |
setName(String name)
Deprecated.
Setter for the field
name. |
void |
setPreviousRank(int previousRank)
Deprecated.
Setter for the field
previousRank. |
void |
setRank(int rank)
Deprecated.
Setter for the field
rank. |
void |
setTag(String tag)
Deprecated.
Setter for the field
tag. |
void |
setTrophies(int trophies)
Deprecated.
Setter for the field
trophies. |
String |
toString()
Deprecated.
|
public int getExpLevel()
Getter for the field expLevel.
public void setExpLevel(int expLevel)
Setter for the field expLevel.
expLevel - a intpublic int getTrophies()
Getter for the field trophies.
public void setTrophies(int trophies)
Setter for the field trophies.
trophies - a intpublic int getAttackWins()
Getter for the field attackWins.
public void setAttackWins(int attackWins)
Setter for the field attackWins.
attackWins - a intpublic int getDefenseWins()
Getter for the field defenseWins.
public void setDefenseWins(int defenseWins)
Setter for the field defenseWins.
defenseWins - a intpublic CocLeague getLeague()
Getter for the field league.
CocLeague objectpublic void setLeague(CocLeague league)
Setter for the field league.
league - a CocLeague objectpublic void setTag(String tag)
Setter for the field tag.
tag - a String objectpublic void setName(String name)
Setter for the field name.
name - a String objectpublic CocClanBasicInfo getClan()
Getter for the field clan.
CocClanBasicInfo objectpublic int getRank()
Getter for the field rank.
public void setRank(int rank)
Setter for the field rank.
rank - a intpublic int getPreviousRank()
Getter for the field previousRank.
public void setPreviousRank(int previousRank)
Setter for the field previousRank.
previousRank - a intpublic void setClan(CocClanBasicInfo clan)
Setter for the field clan.
clan - a CocClanBasicInfo objectCopyright © 2016–2024. All rights reserved.