public class CharacterFwStatsVictoryPoints extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LAST_WEEK |
static String |
SERIALIZED_NAME_TOTAL |
static String |
SERIALIZED_NAME_YESTERDAY |
| Constructor and Description |
|---|
CharacterFwStatsVictoryPoints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getLastWeek()
Last week's victory points gained by the given character
|
Integer |
getTotal()
Total victory points gained since the given character enlisted
|
Integer |
getYesterday()
Yesterday's victory points gained by the given character
|
int |
hashCode() |
CharacterFwStatsVictoryPoints |
lastWeek(Integer lastWeek) |
void |
setLastWeek(Integer lastWeek) |
void |
setTotal(Integer total) |
void |
setYesterday(Integer yesterday) |
String |
toString() |
CharacterFwStatsVictoryPoints |
total(Integer total) |
CharacterFwStatsVictoryPoints |
yesterday(Integer yesterday) |
public static final String SERIALIZED_NAME_LAST_WEEK
public static final String SERIALIZED_NAME_TOTAL
public static final String SERIALIZED_NAME_YESTERDAY
public CharacterFwStatsVictoryPoints lastWeek(Integer lastWeek)
public Integer getLastWeek()
public void setLastWeek(Integer lastWeek)
public CharacterFwStatsVictoryPoints total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public CharacterFwStatsVictoryPoints yesterday(Integer yesterday)
public Integer getYesterday()
public void setYesterday(Integer yesterday)
Copyright © 2023. All Rights Reserved.