@Deprecated @ApiStatus.ScheduledForRemoval public class CocClanRankInfo extends Object
Constructor and Description |
---|
CocClanRankInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CocClanBadgeUrls |
getBadgeUrls()
Deprecated.
Getter for the field
badgeUrls . |
int |
getClanLevel()
Deprecated.
Getter for the field
clanLevel . |
int |
getClanPoints()
Deprecated.
Getter for the field
clanPoints . |
CocLocation |
getLocation()
Deprecated.
Getter for the field
location . |
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 |
getTotalMembers()
Deprecated.
Getter for the field
totalMembers . |
void |
setBadgeUrls(CocClanBadgeUrls badgeUrls)
Deprecated.
Setter for the field
badgeUrls . |
void |
setClanLevel(int clanLevel)
Deprecated.
Setter for the field
clanLevel . |
void |
setClanPoints(int clanPoints)
Deprecated.
Setter for the field
clanPoints . |
void |
setLocation(CocLocation location)
Deprecated.
Setter for the field
location . |
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 |
setTotalMembers(int totalMembers)
Deprecated.
Setter for the field
totalMembers . |
String |
toString()
Deprecated.
|
public CocClanBadgeUrls getBadgeUrls()
Getter for the field badgeUrls
.
CocClanBadgeUrls
objectpublic void setBadgeUrls(CocClanBadgeUrls badgeUrls)
Setter for the field badgeUrls
.
badgeUrls
- a CocClanBadgeUrls
objectpublic int getClanLevel()
Getter for the field clanLevel
.
public void setClanLevel(int clanLevel)
Setter for the field clanLevel
.
clanLevel
- a intpublic int getClanPoints()
Getter for the field clanPoints
.
public void setClanPoints(int clanPoints)
Setter for the field clanPoints
.
clanPoints
- a intpublic int getTotalMembers()
Getter for the field totalMembers
.
public void setTotalMembers(int totalMembers)
Setter for the field totalMembers
.
totalMembers
- a intpublic 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 CocLocation getLocation()
Getter for the field location
.
CocLocation
objectpublic void setLocation(CocLocation location)
Setter for the field location
.
location
- a CocLocation
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 intCopyright © 2016–2024. All rights reserved.