public class FactionWarfareStatsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FACTION_ID |
static String |
SERIALIZED_NAME_KILLS |
static String |
SERIALIZED_NAME_PILOTS |
static String |
SERIALIZED_NAME_SYSTEMS_CONTROLLED |
static String |
SERIALIZED_NAME_VICTORY_POINTS |
| Constructor and Description |
|---|
FactionWarfareStatsResponse() |
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_KILLS
public static final String SERIALIZED_NAME_PILOTS
public static final String SERIALIZED_NAME_SYSTEMS_CONTROLLED
public static final String SERIALIZED_NAME_VICTORY_POINTS
public FactionWarfareStatsResponse factionId(Integer factionId)
public Integer getFactionId()
public void setFactionId(Integer factionId)
public FactionWarfareStatsResponse kills(FactionWarfareStatsKills kills)
public FactionWarfareStatsKills getKills()
public void setKills(FactionWarfareStatsKills kills)
public FactionWarfareStatsResponse pilots(Integer pilots)
public Integer getPilots()
public void setPilots(Integer pilots)
public FactionWarfareStatsResponse systemsControlled(Integer systemsControlled)
public Integer getSystemsControlled()
public void setSystemsControlled(Integer systemsControlled)
public FactionWarfareStatsResponse victoryPoints(FactionWarfareStatsVictoryPoints victoryPoints)
public FactionWarfareStatsVictoryPoints getVictoryPoints()
public void setVictoryPoints(FactionWarfareStatsVictoryPoints victoryPoints)
Copyright © 2023. All Rights Reserved.