public class FactionWarfareStatsVictoryPoints 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 |
|---|
FactionWarfareStatsVictoryPoints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getLastWeek()
Last week's victory points gained
|
Integer |
getTotal()
Total victory points gained since faction warfare began
|
Integer |
getYesterday()
Yesterday's victory points gained
|
int |
hashCode() |
FactionWarfareStatsVictoryPoints |
lastWeek(Integer lastWeek) |
void |
setLastWeek(Integer lastWeek) |
void |
setTotal(Integer total) |
void |
setYesterday(Integer yesterday) |
String |
toString() |
FactionWarfareStatsVictoryPoints |
total(Integer total) |
FactionWarfareStatsVictoryPoints |
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 FactionWarfareStatsVictoryPoints lastWeek(Integer lastWeek)
public Integer getLastWeek()
public void setLastWeek(Integer lastWeek)
public FactionWarfareStatsVictoryPoints total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public FactionWarfareStatsVictoryPoints yesterday(Integer yesterday)
public Integer getYesterday()
public void setYesterday(Integer yesterday)
Copyright © 2023. All Rights Reserved.