Package net.troja.eve.esi.model
Class IncursionsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.IncursionsResponse
-
- All Implemented Interfaces:
Serializable
public class IncursionsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIncursionsResponse.StateEnumThe state of this incursion
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONSTELLATION_IDstatic StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_HAS_BOSSstatic StringSERIALIZED_NAME_INFESTED_SOLAR_SYSTEMSstatic StringSERIALIZED_NAME_INFLUENCEstatic StringSERIALIZED_NAME_STAGING_SOLAR_SYSTEM_IDstatic StringSERIALIZED_NAME_STATEstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description IncursionsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CONSTELLATION_ID
public static final String SERIALIZED_NAME_CONSTELLATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HAS_BOSS
public static final String SERIALIZED_NAME_HAS_BOSS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INFESTED_SOLAR_SYSTEMS
public static final String SERIALIZED_NAME_INFESTED_SOLAR_SYSTEMS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INFLUENCE
public static final String SERIALIZED_NAME_INFLUENCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STAGING_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_STAGING_SOLAR_SYSTEM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
constellationId
public IncursionsResponse constellationId(Integer constellationId)
-
getConstellationId
public Integer getConstellationId()
The constellation id in which this incursion takes place- Returns:
- constellationId
-
setConstellationId
public void setConstellationId(Integer constellationId)
-
factionId
public IncursionsResponse factionId(Integer factionId)
-
getFactionId
public Integer getFactionId()
The attacking faction's id- Returns:
- factionId
-
setFactionId
public void setFactionId(Integer factionId)
-
hasBoss
public IncursionsResponse hasBoss(Boolean hasBoss)
-
getHasBoss
public Boolean getHasBoss()
Whether the final encounter has boss or not- Returns:
- hasBoss
-
setHasBoss
public void setHasBoss(Boolean hasBoss)
-
infestedSolarSystems
public IncursionsResponse infestedSolarSystems(List<Integer> infestedSolarSystems)
-
addInfestedSolarSystemsItem
public IncursionsResponse addInfestedSolarSystemsItem(Integer infestedSolarSystemsItem)
-
getInfestedSolarSystems
public List<Integer> getInfestedSolarSystems()
A list of infested solar system ids that are a part of this incursion- Returns:
- infestedSolarSystems
-
influence
public IncursionsResponse influence(Float influence)
-
getInfluence
public Float getInfluence()
Influence of this incursion as a float from 0 to 1- Returns:
- influence
-
setInfluence
public void setInfluence(Float influence)
-
stagingSolarSystemId
public IncursionsResponse stagingSolarSystemId(Integer stagingSolarSystemId)
-
getStagingSolarSystemId
public Integer getStagingSolarSystemId()
Staging solar system for this incursion- Returns:
- stagingSolarSystemId
-
setStagingSolarSystemId
public void setStagingSolarSystemId(Integer stagingSolarSystemId)
-
state
public IncursionsResponse state(IncursionsResponse.StateEnum stateEnum)
-
stateString
public IncursionsResponse stateString(String state)
-
getState
public IncursionsResponse.StateEnum getState()
The state of this incursion- Returns:
- state
-
getStateString
public String getStateString()
-
setState
public void setState(IncursionsResponse.StateEnum stateEnum)
-
setStateString
public void setStateString(String state)
-
type
public IncursionsResponse type(String type)
-
getType
public String getType()
The type of this incursion- Returns:
- type
-
setType
public void setType(String type)
-
-