@Deprecated @ApiStatus.ScheduledForRemoval public class CocClanDetailedInfo extends CocClanBasicInfo
| Constructor and Description |
|---|
CocClanDetailedInfo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CocPlayerBasicInfo> |
getClanMembers()
Deprecated.
Getter for the field
clanMembers. |
int |
getClanPoints()
Deprecated.
Getter for the field
clanPoints. |
String |
getDescription()
Deprecated.
Getter for the field
description. |
CocLocation |
getLocation()
Deprecated.
Getter for the field
location. |
int |
getRequiredTrophies()
Deprecated.
Getter for the field
requiredTrophies. |
int |
getTotalMembers()
Deprecated.
Getter for the field
totalMembers. |
String |
getType()
Deprecated.
Getter for the field
type. |
String |
getWarFrequency()
Deprecated.
Getter for the field
warFrequency. |
int |
getWarLosses()
Deprecated.
Getter for the field
warLosses. |
int |
getWarTies()
Deprecated.
Getter for the field
warTies. |
int |
getWarWins()
Deprecated.
Getter for the field
warWins. |
int |
getWarWinStreak()
Deprecated.
Getter for the field
warWinStreak. |
boolean |
isWarLogPublic()
Deprecated.
isWarLogPublic.
|
void |
setClanMembers(List<CocPlayerBasicInfo> clanMembers)
Deprecated.
Setter for the field
clanMembers. |
void |
setClanPoints(int clanPoints)
Deprecated.
Setter for the field
clanPoints. |
void |
setDescription(String description)
Deprecated.
Setter for the field
description. |
void |
setLocation(CocLocation location)
Deprecated.
Setter for the field
location. |
void |
setRequiredTrophies(int requiredTrophies)
Deprecated.
Setter for the field
requiredTrophies. |
void |
setTotalMembers(int totalMembers)
Deprecated.
Setter for the field
totalMembers. |
void |
setType(String type)
Deprecated.
Setter for the field
type. |
void |
setWarFrequency(String warFrequency)
Deprecated.
Setter for the field
warFrequency. |
void |
setWarLogPublic(boolean warLogPublic)
Deprecated.
Setter for the field
warLogPublic. |
void |
setWarLosses(int warLosses)
Deprecated.
Setter for the field
warLosses. |
void |
setWarTies(int warTies)
Deprecated.
Setter for the field
warTies. |
void |
setWarWins(int warWins)
Deprecated.
Setter for the field
warWins. |
void |
setWarWinStreak(int warWinStreak)
Deprecated.
Setter for the field
warWinStreak. |
String |
toString()
Deprecated.
|
getBadgeUrls, getClanLevel, getName, getTag, setBadgeUrls, setClanLevel, setName, setTagpublic CocLocation getLocation()
Getter for the field location.
CocLocation objectpublic void setLocation(CocLocation location)
Setter for the field location.
location - a CocLocation objectpublic int getClanPoints()
Getter for the field clanPoints.
public void setClanPoints(int clanPoints)
Setter for the field clanPoints.
clanPoints - a intpublic int getRequiredTrophies()
Getter for the field requiredTrophies.
public void setRequiredTrophies(int requiredTrophies)
Setter for the field requiredTrophies.
requiredTrophies - a intpublic String getWarFrequency()
Getter for the field warFrequency.
String objectpublic void setWarFrequency(String warFrequency)
Setter for the field warFrequency.
warFrequency - a String objectpublic int getWarWinStreak()
Getter for the field warWinStreak.
public void setWarWinStreak(int warWinStreak)
Setter for the field warWinStreak.
warWinStreak - a intpublic int getWarWins()
Getter for the field warWins.
public void setWarWins(int warWins)
Setter for the field warWins.
warWins - a intpublic int getWarTies()
Getter for the field warTies.
public void setWarTies(int warTies)
Setter for the field warTies.
warTies - a intpublic int getWarLosses()
Getter for the field warLosses.
public void setWarLosses(int warLosses)
Setter for the field warLosses.
warLosses - a intpublic boolean isWarLogPublic()
isWarLogPublic.
public void setWarLogPublic(boolean warLogPublic)
Setter for the field warLogPublic.
warLogPublic - a booleanpublic String toString()
toString in class CocClanBasicInfopublic String getDescription()
Getter for the field description.
String objectpublic void setDescription(String description)
Setter for the field description.
description - a String objectpublic int getTotalMembers()
Getter for the field totalMembers.
public List<CocPlayerBasicInfo> getClanMembers()
Getter for the field clanMembers.
List objectpublic void setClanMembers(List<CocPlayerBasicInfo> clanMembers)
Setter for the field clanMembers.
clanMembers - a List objectpublic void setTotalMembers(int totalMembers)
Setter for the field totalMembers.
totalMembers - a intCopyright © 2016–2024. All rights reserved.