public class FactionWarfareLeaderboardCharacterKills extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACTIVE_TOTAL |
static String |
SERIALIZED_NAME_LAST_WEEK |
static String |
SERIALIZED_NAME_YESTERDAY |
| Constructor and Description |
|---|
FactionWarfareLeaderboardCharacterKills() |
public static final String SERIALIZED_NAME_YESTERDAY
public static final String SERIALIZED_NAME_ACTIVE_TOTAL
public static final String SERIALIZED_NAME_LAST_WEEK
public FactionWarfareLeaderboardCharacterKills()
public FactionWarfareLeaderboardCharacterKills yesterday(List<FactionWarfareLeaderboardCharactersYesterdayKills> yesterday)
public FactionWarfareLeaderboardCharacterKills addYesterdayItem(FactionWarfareLeaderboardCharactersYesterdayKills yesterdayItem)
public List<FactionWarfareLeaderboardCharactersYesterdayKills> getYesterday()
public void setYesterday(List<FactionWarfareLeaderboardCharactersYesterdayKills> yesterday)
public FactionWarfareLeaderboardCharacterKills activeTotal(List<FactionWarfareLeaderboardCharactersActiveTotalKills> activeTotal)
public FactionWarfareLeaderboardCharacterKills addActiveTotalItem(FactionWarfareLeaderboardCharactersActiveTotalKills activeTotalItem)
public List<FactionWarfareLeaderboardCharactersActiveTotalKills> getActiveTotal()
public void setActiveTotal(List<FactionWarfareLeaderboardCharactersActiveTotalKills> activeTotal)
public FactionWarfareLeaderboardCharacterKills lastWeek(List<FactionWarfareLeaderboardCharactersLastWeekKills> lastWeek)
public FactionWarfareLeaderboardCharacterKills addLastWeekItem(FactionWarfareLeaderboardCharactersLastWeekKills lastWeekItem)
public List<FactionWarfareLeaderboardCharactersLastWeekKills> getLastWeek()
public void setLastWeek(List<FactionWarfareLeaderboardCharactersLastWeekKills> lastWeek)
Copyright © 2019. All Rights Reserved.