Package net.troja.eve.esi.model
Class FactionWarfareWarsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.FactionWarfareWarsResponse
-
- All Implemented Interfaces:
Serializable
public class FactionWarfareWarsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AGAINST_IDstatic StringSERIALIZED_NAME_FACTION_ID
-
Constructor Summary
Constructors Constructor Description FactionWarfareWarsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FactionWarfareWarsResponseagainstId(Integer againstId)booleanequals(Object o)FactionWarfareWarsResponsefactionId(Integer factionId)IntegergetAgainstId()The faction ID of the enemy faction.IntegergetFactionId()faction_id integerinthashCode()voidsetAgainstId(Integer againstId)voidsetFactionId(Integer factionId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AGAINST_ID
public static final String SERIALIZED_NAME_AGAINST_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
againstId
public FactionWarfareWarsResponse againstId(Integer againstId)
-
getAgainstId
public Integer getAgainstId()
The faction ID of the enemy faction.- Returns:
- againstId
-
setAgainstId
public void setAgainstId(Integer againstId)
-
factionId
public FactionWarfareWarsResponse factionId(Integer factionId)
-
getFactionId
public Integer getFactionId()
faction_id integer- Returns:
- factionId
-
setFactionId
public void setFactionId(Integer factionId)
-
-