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