public class FactionWarfareSystemsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FactionWarfareSystemsResponse.ContestedEnum
contested string
|
| Constructor and Description |
|---|
FactionWarfareSystemsResponse() |
public FactionWarfareSystemsResponse contested(FactionWarfareSystemsResponse.ContestedEnum contested)
public FactionWarfareSystemsResponse.ContestedEnum getContested()
public void setContested(FactionWarfareSystemsResponse.ContestedEnum contested)
public FactionWarfareSystemsResponse occupierFactionId(Integer occupierFactionId)
public Integer getOccupierFactionId()
public void setOccupierFactionId(Integer occupierFactionId)
public FactionWarfareSystemsResponse ownerFactionId(Integer ownerFactionId)
public Integer getOwnerFactionId()
public void setOwnerFactionId(Integer ownerFactionId)
public FactionWarfareSystemsResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public FactionWarfareSystemsResponse victoryPoints(Integer victoryPoints)
public Integer getVictoryPoints()
public void setVictoryPoints(Integer victoryPoints)
public FactionWarfareSystemsResponse victoryPointsThreshold(Integer victoryPointsThreshold)
public Integer getVictoryPointsThreshold()
public void setVictoryPointsThreshold(Integer victoryPointsThreshold)
Copyright © 2019. All Rights Reserved.