Package net.troja.eve.esi.model
Class FactionWarfareLeaderboardCharacterVictoryPoints
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareLeaderboardCharacterVictoryPoints
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareLeaderboardCharacterVictoryPoints extends Object implements Serializable
Top 100 rankings of pilots by victory points from yesterday, last week and in total- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVE_TOTALstatic StringSERIALIZED_NAME_LAST_WEEKstatic StringSERIALIZED_NAME_YESTERDAY
-
Constructor Summary
Constructors Constructor Description FactionWarfareLeaderboardCharacterVictoryPoints()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ACTIVE_TOTAL
public static final String SERIALIZED_NAME_ACTIVE_TOTAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST_WEEK
public static final String SERIALIZED_NAME_LAST_WEEK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_YESTERDAY
public static final String SERIALIZED_NAME_YESTERDAY
- See Also:
- Constant Field Values
-
-
Method Detail
-
activeTotal
public FactionWarfareLeaderboardCharacterVictoryPoints activeTotal(List<FactionWarfareLeaderboardCharactersActiveTotalVictoryPoints> activeTotal)
-
addActiveTotalItem
public FactionWarfareLeaderboardCharacterVictoryPoints addActiveTotalItem(FactionWarfareLeaderboardCharactersActiveTotalVictoryPoints activeTotalItem)
-
getActiveTotal
public List<FactionWarfareLeaderboardCharactersActiveTotalVictoryPoints> getActiveTotal()
Top 100 ranking of pilots active in faction warfare by total victory points. A pilot is considered \"active\" if they have participated in faction warfare in the past 14 days- Returns:
- activeTotal
-
setActiveTotal
public void setActiveTotal(List<FactionWarfareLeaderboardCharactersActiveTotalVictoryPoints> activeTotal)
-
lastWeek
public FactionWarfareLeaderboardCharacterVictoryPoints lastWeek(List<FactionWarfareLeaderboardCharactersLastWeekVictoryPoints> lastWeek)
-
addLastWeekItem
public FactionWarfareLeaderboardCharacterVictoryPoints addLastWeekItem(FactionWarfareLeaderboardCharactersLastWeekVictoryPoints lastWeekItem)
-
getLastWeek
public List<FactionWarfareLeaderboardCharactersLastWeekVictoryPoints> getLastWeek()
Top 100 ranking of pilots by victory points in the past week- Returns:
- lastWeek
-
setLastWeek
public void setLastWeek(List<FactionWarfareLeaderboardCharactersLastWeekVictoryPoints> lastWeek)
-
yesterday
public FactionWarfareLeaderboardCharacterVictoryPoints yesterday(List<FactionWarfareLeaderboardCharactersYesterdayVictoryPoints> yesterday)
-
addYesterdayItem
public FactionWarfareLeaderboardCharacterVictoryPoints addYesterdayItem(FactionWarfareLeaderboardCharactersYesterdayVictoryPoints yesterdayItem)
-
getYesterday
public List<FactionWarfareLeaderboardCharactersYesterdayVictoryPoints> getYesterday()
Top 100 ranking of pilots by victory points in the past day- Returns:
- yesterday
-
setYesterday
public void setYesterday(List<FactionWarfareLeaderboardCharactersYesterdayVictoryPoints> yesterday)
-
-