Package net.troja.eve.esi.model
Class FactionWarfareLeaderboardCharacterKills
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareLeaderboardCharacterKills
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareLeaderboardCharacterKills extends Object implements Serializable
Top 100 rankings of pilots by number of kills 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 FactionWarfareLeaderboardCharacterKills()
-
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 FactionWarfareLeaderboardCharacterKills activeTotal(List<FactionWarfareLeaderboardCharactersActiveTotalKills> activeTotal)
-
addActiveTotalItem
public FactionWarfareLeaderboardCharacterKills addActiveTotalItem(FactionWarfareLeaderboardCharactersActiveTotalKills activeTotalItem)
-
getActiveTotal
public List<FactionWarfareLeaderboardCharactersActiveTotalKills> getActiveTotal()
Top 100 ranking of pilots active in faction warfare by total kills. A pilot is considered \"active\" if they have participated in faction warfare in the past 14 days- Returns:
- activeTotal
-
setActiveTotal
public void setActiveTotal(List<FactionWarfareLeaderboardCharactersActiveTotalKills> activeTotal)
-
lastWeek
public FactionWarfareLeaderboardCharacterKills lastWeek(List<FactionWarfareLeaderboardCharactersLastWeekKills> lastWeek)
-
addLastWeekItem
public FactionWarfareLeaderboardCharacterKills addLastWeekItem(FactionWarfareLeaderboardCharactersLastWeekKills lastWeekItem)
-
getLastWeek
public List<FactionWarfareLeaderboardCharactersLastWeekKills> getLastWeek()
Top 100 ranking of pilots by kills in the past week- Returns:
- lastWeek
-
setLastWeek
public void setLastWeek(List<FactionWarfareLeaderboardCharactersLastWeekKills> lastWeek)
-
yesterday
public FactionWarfareLeaderboardCharacterKills yesterday(List<FactionWarfareLeaderboardCharactersYesterdayKills> yesterday)
-
addYesterdayItem
public FactionWarfareLeaderboardCharacterKills addYesterdayItem(FactionWarfareLeaderboardCharactersYesterdayKills yesterdayItem)
-
getYesterday
public List<FactionWarfareLeaderboardCharactersYesterdayKills> getYesterday()
Top 100 ranking of pilots by kills in the past day- Returns:
- yesterday
-
setYesterday
public void setYesterday(List<FactionWarfareLeaderboardCharactersYesterdayKills> yesterday)
-
-