public class FactionWarfareSystemsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FactionWarfareSystemsResponse.ContestedEnum
contested string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTESTED |
static String |
SERIALIZED_NAME_OCCUPIER_FACTION_ID |
static String |
SERIALIZED_NAME_OWNER_FACTION_ID |
static String |
SERIALIZED_NAME_SOLAR_SYSTEM_ID |
static String |
SERIALIZED_NAME_VICTORY_POINTS |
static String |
SERIALIZED_NAME_VICTORY_POINTS_THRESHOLD |
| Constructor and Description |
|---|
FactionWarfareSystemsResponse() |
public static final String SERIALIZED_NAME_CONTESTED
public static final String SERIALIZED_NAME_OCCUPIER_FACTION_ID
public static final String SERIALIZED_NAME_OWNER_FACTION_ID
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_VICTORY_POINTS
public static final String SERIALIZED_NAME_VICTORY_POINTS_THRESHOLD
public FactionWarfareSystemsResponse contested(FactionWarfareSystemsResponse.ContestedEnum contestedEnum)
public FactionWarfareSystemsResponse contestedString(String contested)
public FactionWarfareSystemsResponse.ContestedEnum getContested()
public String getContestedString()
public void setContested(FactionWarfareSystemsResponse.ContestedEnum contestedEnum)
public void setContestedString(String 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 © 2021. All Rights Reserved.