Package net.troja.eve.esi.model
Class FactionWarfareSystemsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareSystemsResponse
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareSystemsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFactionWarfareSystemsResponse.ContestedEnumcontested string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTESTEDstatic StringSERIALIZED_NAME_OCCUPIER_FACTION_IDstatic StringSERIALIZED_NAME_OWNER_FACTION_IDstatic StringSERIALIZED_NAME_SOLAR_SYSTEM_IDstatic StringSERIALIZED_NAME_VICTORY_POINTSstatic StringSERIALIZED_NAME_VICTORY_POINTS_THRESHOLD
-
Constructor Summary
Constructors Constructor Description FactionWarfareSystemsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTESTED
public static final String SERIALIZED_NAME_CONTESTED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OCCUPIER_FACTION_ID
public static final String SERIALIZED_NAME_OCCUPIER_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OWNER_FACTION_ID
public static final String SERIALIZED_NAME_OWNER_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VICTORY_POINTS
public static final String SERIALIZED_NAME_VICTORY_POINTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VICTORY_POINTS_THRESHOLD
public static final String SERIALIZED_NAME_VICTORY_POINTS_THRESHOLD
- See Also:
- Constant Field Values
-
-
Method Detail
-
contested
public FactionWarfareSystemsResponse contested(FactionWarfareSystemsResponse.ContestedEnum contestedEnum)
-
contestedString
public FactionWarfareSystemsResponse contestedString(String contested)
-
getContested
public FactionWarfareSystemsResponse.ContestedEnum getContested()
contested string- Returns:
- contested
-
getContestedString
public String getContestedString()
-
setContested
public void setContested(FactionWarfareSystemsResponse.ContestedEnum contestedEnum)
-
setContestedString
public void setContestedString(String contested)
-
occupierFactionId
public FactionWarfareSystemsResponse occupierFactionId(Integer occupierFactionId)
-
getOccupierFactionId
public Integer getOccupierFactionId()
occupier_faction_id integer- Returns:
- occupierFactionId
-
setOccupierFactionId
public void setOccupierFactionId(Integer occupierFactionId)
-
ownerFactionId
public FactionWarfareSystemsResponse ownerFactionId(Integer ownerFactionId)
-
getOwnerFactionId
public Integer getOwnerFactionId()
owner_faction_id integer- Returns:
- ownerFactionId
-
setOwnerFactionId
public void setOwnerFactionId(Integer ownerFactionId)
-
solarSystemId
public FactionWarfareSystemsResponse solarSystemId(Integer solarSystemId)
-
getSolarSystemId
public Integer getSolarSystemId()
solar_system_id integer- Returns:
- solarSystemId
-
setSolarSystemId
public void setSolarSystemId(Integer solarSystemId)
-
victoryPoints
public FactionWarfareSystemsResponse victoryPoints(Integer victoryPoints)
-
getVictoryPoints
public Integer getVictoryPoints()
victory_points integer- Returns:
- victoryPoints
-
setVictoryPoints
public void setVictoryPoints(Integer victoryPoints)
-
victoryPointsThreshold
public FactionWarfareSystemsResponse victoryPointsThreshold(Integer victoryPointsThreshold)
-
getVictoryPointsThreshold
public Integer getVictoryPointsThreshold()
victory_points_threshold integer- Returns:
- victoryPointsThreshold
-
setVictoryPointsThreshold
public void setVictoryPointsThreshold(Integer victoryPointsThreshold)
-
-