public class FactionWarfareLeaderboardCharacterVictoryPoints 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 |
|---|
FactionWarfareLeaderboardCharacterVictoryPoints() |
public static final String SERIALIZED_NAME_ACTIVE_TOTAL
public static final String SERIALIZED_NAME_LAST_WEEK
public static final String SERIALIZED_NAME_YESTERDAY
public FactionWarfareLeaderboardCharacterVictoryPoints()
public FactionWarfareLeaderboardCharacterVictoryPoints activeTotal(List<FactionWarfareLeaderboardCharactersActiveTotalVictoryPoints> activeTotal)
public FactionWarfareLeaderboardCharacterVictoryPoints addActiveTotalItem(FactionWarfareLeaderboardCharactersActiveTotalVictoryPoints activeTotalItem)
public List<FactionWarfareLeaderboardCharactersActiveTotalVictoryPoints> getActiveTotal()
public void setActiveTotal(List<FactionWarfareLeaderboardCharactersActiveTotalVictoryPoints> activeTotal)
public FactionWarfareLeaderboardCharacterVictoryPoints lastWeek(List<FactionWarfareLeaderboardCharactersLastWeekVictoryPoints> lastWeek)
public FactionWarfareLeaderboardCharacterVictoryPoints addLastWeekItem(FactionWarfareLeaderboardCharactersLastWeekVictoryPoints lastWeekItem)
public List<FactionWarfareLeaderboardCharactersLastWeekVictoryPoints> getLastWeek()
public void setLastWeek(List<FactionWarfareLeaderboardCharactersLastWeekVictoryPoints> lastWeek)
public FactionWarfareLeaderboardCharacterVictoryPoints yesterday(List<FactionWarfareLeaderboardCharactersYesterdayVictoryPoints> yesterday)
public FactionWarfareLeaderboardCharacterVictoryPoints addYesterdayItem(FactionWarfareLeaderboardCharactersYesterdayVictoryPoints yesterdayItem)
public List<FactionWarfareLeaderboardCharactersYesterdayVictoryPoints> getYesterday()
public void setYesterday(List<FactionWarfareLeaderboardCharactersYesterdayVictoryPoints> yesterday)
Copyright © 2023. All Rights Reserved.