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