public class IncursionsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
IncursionsResponse.StateEnum
The state of this incursion
|
| Constructor and Description |
|---|
IncursionsResponse() |
public IncursionsResponse constellationId(Integer constellationId)
public Integer getConstellationId()
public void setConstellationId(Integer constellationId)
public IncursionsResponse factionId(Integer factionId)
public Integer getFactionId()
public void setFactionId(Integer factionId)
public IncursionsResponse hasBoss(Boolean hasBoss)
public Boolean getHasBoss()
public void setHasBoss(Boolean hasBoss)
public IncursionsResponse infestedSolarSystems(List<Integer> infestedSolarSystems)
public IncursionsResponse addInfestedSolarSystemsItem(Integer infestedSolarSystemsItem)
public List<Integer> getInfestedSolarSystems()
public IncursionsResponse influence(Float influence)
public Float getInfluence()
public void setInfluence(Float influence)
public IncursionsResponse stagingSolarSystemId(Integer stagingSolarSystemId)
public Integer getStagingSolarSystemId()
public void setStagingSolarSystemId(Integer stagingSolarSystemId)
public IncursionsResponse state(IncursionsResponse.StateEnum state)
public IncursionsResponse.StateEnum getState()
public void setState(IncursionsResponse.StateEnum state)
public IncursionsResponse type(String type)
public String getType()
public void setType(String type)
Copyright © 2017. All Rights Reserved.