public class CharacterFwStatsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CURRENT_RANK |
static String |
SERIALIZED_NAME_ENLISTED_ON |
static String |
SERIALIZED_NAME_FACTION_ID |
static String |
SERIALIZED_NAME_HIGHEST_RANK |
static String |
SERIALIZED_NAME_KILLS |
static String |
SERIALIZED_NAME_VICTORY_POINTS |
| Constructor and Description |
|---|
CharacterFwStatsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterFwStatsResponse |
currentRank(Integer currentRank) |
CharacterFwStatsResponse |
enlistedOn(java.time.OffsetDateTime enlistedOn) |
boolean |
equals(Object o) |
CharacterFwStatsResponse |
factionId(Integer factionId) |
Integer |
getCurrentRank()
The given character's current faction rank minimum: 0 maximum: 9
|
java.time.OffsetDateTime |
getEnlistedOn()
The enlistment date of the given character into faction warfare.
|
Integer |
getFactionId()
The faction the given character is enlisted to fight for.
|
Integer |
getHighestRank()
The given character's highest faction rank achieved minimum: 0
maximum: 9
|
CharacterFwStatsKills |
getKills()
Get kills
|
CharacterFwStatsVictoryPoints |
getVictoryPoints()
Get victoryPoints
|
int |
hashCode() |
CharacterFwStatsResponse |
highestRank(Integer highestRank) |
CharacterFwStatsResponse |
kills(CharacterFwStatsKills kills) |
void |
setCurrentRank(Integer currentRank) |
void |
setEnlistedOn(java.time.OffsetDateTime enlistedOn) |
void |
setFactionId(Integer factionId) |
void |
setHighestRank(Integer highestRank) |
void |
setKills(CharacterFwStatsKills kills) |
void |
setVictoryPoints(CharacterFwStatsVictoryPoints victoryPoints) |
String |
toString() |
CharacterFwStatsResponse |
victoryPoints(CharacterFwStatsVictoryPoints victoryPoints) |
public static final String SERIALIZED_NAME_CURRENT_RANK
public static final String SERIALIZED_NAME_ENLISTED_ON
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_HIGHEST_RANK
public static final String SERIALIZED_NAME_KILLS
public static final String SERIALIZED_NAME_VICTORY_POINTS
public CharacterFwStatsResponse currentRank(Integer currentRank)
@Nullable public Integer getCurrentRank()
public void setCurrentRank(Integer currentRank)
public CharacterFwStatsResponse enlistedOn(java.time.OffsetDateTime enlistedOn)
@Nullable public java.time.OffsetDateTime getEnlistedOn()
public void setEnlistedOn(java.time.OffsetDateTime enlistedOn)
public CharacterFwStatsResponse factionId(Integer factionId)
@Nullable public Integer getFactionId()
public void setFactionId(Integer factionId)
public CharacterFwStatsResponse highestRank(Integer highestRank)
@Nullable public Integer getHighestRank()
public void setHighestRank(Integer highestRank)
public CharacterFwStatsResponse kills(CharacterFwStatsKills kills)
public CharacterFwStatsKills getKills()
public void setKills(CharacterFwStatsKills kills)
public CharacterFwStatsResponse victoryPoints(CharacterFwStatsVictoryPoints victoryPoints)
public CharacterFwStatsVictoryPoints getVictoryPoints()
public void setVictoryPoints(CharacterFwStatsVictoryPoints victoryPoints)
Copyright © 2020. All Rights Reserved.