Package net.troja.eve.esi.model
Class CorporationFwStatsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationFwStatsResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationFwStatsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENLISTED_ONstatic StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_KILLSstatic StringSERIALIZED_NAME_PILOTSstatic StringSERIALIZED_NAME_VICTORY_POINTS
-
Constructor Summary
Constructors Constructor Description CorporationFwStatsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ENLISTED_ON
public static final String SERIALIZED_NAME_ENLISTED_ON
- See Also:
- Constant Field Values
-
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_VICTORY_POINTS
public static final String SERIALIZED_NAME_VICTORY_POINTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
enlistedOn
public CorporationFwStatsResponse enlistedOn(java.time.OffsetDateTime enlistedOn)
-
getEnlistedOn
@Nullable public java.time.OffsetDateTime getEnlistedOn()
The enlistment date of the given corporation into faction warfare. Will not be included if corporation is not enlisted in faction warfare- Returns:
- enlistedOn
-
setEnlistedOn
public void setEnlistedOn(java.time.OffsetDateTime enlistedOn)
-
factionId
public CorporationFwStatsResponse factionId(Integer factionId)
-
getFactionId
@Nullable public Integer getFactionId()
The faction the given corporation is enlisted to fight for. Will not be included if corporation is not enlisted in faction warfare- Returns:
- factionId
-
setFactionId
public void setFactionId(Integer factionId)
-
kills
public CorporationFwStatsResponse kills(CorporationFwStatsKills kills)
-
getKills
public CorporationFwStatsKills getKills()
Get kills- Returns:
- kills
-
setKills
public void setKills(CorporationFwStatsKills kills)
-
pilots
public CorporationFwStatsResponse pilots(Integer pilots)
-
getPilots
@Nullable public Integer getPilots()
How many pilots the enlisted corporation has. Will not be included if corporation is not enlisted in faction warfare- Returns:
- pilots
-
setPilots
public void setPilots(Integer pilots)
-
victoryPoints
public CorporationFwStatsResponse victoryPoints(CorporationFwStatsVictoryPoints victoryPoints)
-
getVictoryPoints
public CorporationFwStatsVictoryPoints getVictoryPoints()
Get victoryPoints- Returns:
- victoryPoints
-
setVictoryPoints
public void setVictoryPoints(CorporationFwStatsVictoryPoints victoryPoints)
-
-