@Deprecated @ApiStatus.ScheduledForRemoval public class CocPlayerBasicInfo extends Object
| Constructor and Description |
|---|
CocPlayerBasicInfo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClanRank()
Deprecated.
Getter for the field
clanRank. |
String |
getExpLevel()
Deprecated.
Getter for the field
expLevel. |
CocLeague |
getLeague()
Deprecated.
Getter for the field
league. |
String |
getName()
Deprecated.
Getter for the field
name. |
int |
getPreviousClanRank()
Deprecated.
Getter for the field
previousClanRank. |
String |
getRole()
Deprecated.
Getter for the field
role. |
String |
getTag()
Deprecated.
Getter for the field
tag. |
int |
getTotalDonations()
Deprecated.
Getter for the field
totalDonations. |
int |
getTotalDonationsReceived()
Deprecated.
Getter for the field
totalDonationsReceived. |
int |
getTrophies()
Deprecated.
Getter for the field
trophies. |
void |
setClanRank(int clanRank)
Deprecated.
Setter for the field
clanRank. |
void |
setExpLevel(String 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 |
setPreviousClanRank(int previousClanRank)
Deprecated.
Setter for the field
previousClanRank. |
void |
setRole(String role)
Deprecated.
Setter for the field
role. |
void |
setTag(String tag)
Deprecated.
Setter for the field
tag. |
void |
setTotalDonations(int totalDonations)
Deprecated.
Setter for the field
totalDonations. |
void |
setTotalDonationsReceived(int totalDonationsReceived)
Deprecated.
Setter for the field
totalDonationsReceived. |
void |
setTrophies(int trophies)
Deprecated.
Setter for the field
trophies. |
protected org.apache.commons.lang3.builder.ToStringBuilder |
superStringBuilder()
Deprecated.
superStringBuilder.
|
String |
toString()
Deprecated.
|
public CocLeague getLeague()
Getter for the field league.
CocLeague objectpublic void setLeague(CocLeague league)
Setter for the field league.
league - a CocLeague objectpublic int getClanRank()
Getter for the field clanRank.
public void setClanRank(int clanRank)
Setter for the field clanRank.
clanRank - a intpublic int getPreviousClanRank()
Getter for the field previousClanRank.
public void setPreviousClanRank(int previousClanRank)
Setter for the field previousClanRank.
previousClanRank - a intpublic int getTotalDonations()
Getter for the field totalDonations.
public void setTotalDonations(int totalDonations)
Setter for the field totalDonations.
totalDonations - a intpublic int getTotalDonationsReceived()
Getter for the field totalDonationsReceived.
public void setTotalDonationsReceived(int totalDonationsReceived)
Setter for the field totalDonationsReceived.
totalDonationsReceived - a intprotected org.apache.commons.lang3.builder.ToStringBuilder superStringBuilder()
superStringBuilder.
ToStringBuilder objectpublic void setTag(String tag)
Setter for the field tag.
tag - a String objectpublic void setRole(String role)
Setter for the field role.
role - a String objectpublic int getTrophies()
Getter for the field trophies.
public String getExpLevel()
Getter for the field expLevel.
String objectpublic void setExpLevel(String expLevel)
Setter for the field expLevel.
expLevel - a String objectpublic void setTrophies(int trophies)
Setter for the field trophies.
trophies - a intCopyright © 2016–2024. All rights reserved.