Package net.troja.eve.esi.model
Class CorporationFwStatsVictoryPoints
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationFwStatsVictoryPoints
-
- All Implemented Interfaces:
Serializable
public class CorporationFwStatsVictoryPoints extends Object implements Serializable
Summary of victory points gained by the given corporation for the enlisted faction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LAST_WEEKstatic StringSERIALIZED_NAME_TOTALstatic StringSERIALIZED_NAME_YESTERDAY
-
Constructor Summary
Constructors Constructor Description CorporationFwStatsVictoryPoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetLastWeek()Last week's victory points gained by members of the given corporationIntegergetTotal()Total victory points gained since the given corporation enlistedIntegergetYesterday()Yesterday's victory points gained by members of the given corporationinthashCode()CorporationFwStatsVictoryPointslastWeek(Integer lastWeek)voidsetLastWeek(Integer lastWeek)voidsetTotal(Integer total)voidsetYesterday(Integer yesterday)StringtoString()CorporationFwStatsVictoryPointstotal(Integer total)CorporationFwStatsVictoryPointsyesterday(Integer yesterday)
-
-
-
Field Detail
-
SERIALIZED_NAME_LAST_WEEK
public static final String SERIALIZED_NAME_LAST_WEEK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL
public static final String SERIALIZED_NAME_TOTAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_YESTERDAY
public static final String SERIALIZED_NAME_YESTERDAY
- See Also:
- Constant Field Values
-
-
Method Detail
-
lastWeek
public CorporationFwStatsVictoryPoints lastWeek(Integer lastWeek)
-
getLastWeek
public Integer getLastWeek()
Last week's victory points gained by members of the given corporation- Returns:
- lastWeek
-
setLastWeek
public void setLastWeek(Integer lastWeek)
-
total
public CorporationFwStatsVictoryPoints total(Integer total)
-
getTotal
public Integer getTotal()
Total victory points gained since the given corporation enlisted- Returns:
- total
-
setTotal
public void setTotal(Integer total)
-
yesterday
public CorporationFwStatsVictoryPoints yesterday(Integer yesterday)
-
getYesterday
public Integer getYesterday()
Yesterday's victory points gained by members of the given corporation- Returns:
- yesterday
-
setYesterday
public void setYesterday(Integer yesterday)
-
-