Package net.troja.eve.esi.model
Class FactionWarfareStatsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareStatsResponse
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareStatsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_KILLSstatic StringSERIALIZED_NAME_PILOTSstatic StringSERIALIZED_NAME_SYSTEMS_CONTROLLEDstatic StringSERIALIZED_NAME_VICTORY_POINTS
-
Constructor Summary
Constructors Constructor Description FactionWarfareStatsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KILLS
public static final String SERIALIZED_NAME_KILLS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PILOTS
public static final String SERIALIZED_NAME_PILOTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SYSTEMS_CONTROLLED
public static final String SERIALIZED_NAME_SYSTEMS_CONTROLLED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VICTORY_POINTS
public static final String SERIALIZED_NAME_VICTORY_POINTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
factionId
public FactionWarfareStatsResponse factionId(Integer factionId)
-
getFactionId
public Integer getFactionId()
faction_id integer- Returns:
- factionId
-
setFactionId
public void setFactionId(Integer factionId)
-
kills
public FactionWarfareStatsResponse kills(FactionWarfareStatsKills kills)
-
getKills
public FactionWarfareStatsKills getKills()
Get kills- Returns:
- kills
-
setKills
public void setKills(FactionWarfareStatsKills kills)
-
pilots
public FactionWarfareStatsResponse pilots(Integer pilots)
-
getPilots
public Integer getPilots()
How many pilots fight for the given faction- Returns:
- pilots
-
setPilots
public void setPilots(Integer pilots)
-
systemsControlled
public FactionWarfareStatsResponse systemsControlled(Integer systemsControlled)
-
getSystemsControlled
public Integer getSystemsControlled()
The number of solar systems controlled by the given faction- Returns:
- systemsControlled
-
setSystemsControlled
public void setSystemsControlled(Integer systemsControlled)
-
victoryPoints
public FactionWarfareStatsResponse victoryPoints(FactionWarfareStatsVictoryPoints victoryPoints)
-
getVictoryPoints
public FactionWarfareStatsVictoryPoints getVictoryPoints()
Get victoryPoints- Returns:
- victoryPoints
-
setVictoryPoints
public void setVictoryPoints(FactionWarfareStatsVictoryPoints victoryPoints)
-
-