public class FactionsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CORPORATION_ID |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_FACTION_ID |
static String |
SERIALIZED_NAME_IS_UNIQUE |
static String |
SERIALIZED_NAME_MILITIA_CORPORATION_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SIZE_FACTOR |
static String |
SERIALIZED_NAME_SOLAR_SYSTEM_ID |
static String |
SERIALIZED_NAME_STATION_COUNT |
static String |
SERIALIZED_NAME_STATION_SYSTEM_COUNT |
| Constructor and Description |
|---|
FactionsResponse() |
public static final String SERIALIZED_NAME_MILITIA_CORPORATION_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_IS_UNIQUE
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_STATION_COUNT
public static final String SERIALIZED_NAME_STATION_SYSTEM_COUNT
public static final String SERIALIZED_NAME_SIZE_FACTOR
public FactionsResponse militiaCorporationId(Integer militiaCorporationId)
public Integer getMilitiaCorporationId()
public void setMilitiaCorporationId(Integer militiaCorporationId)
public FactionsResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public FactionsResponse name(String name)
public String getName()
public void setName(String name)
public FactionsResponse description(String description)
public String getDescription()
public void setDescription(String description)
public FactionsResponse isUnique(Boolean isUnique)
public Boolean getIsUnique()
public void setIsUnique(Boolean isUnique)
public FactionsResponse factionId(Integer factionId)
public Integer getFactionId()
public void setFactionId(Integer factionId)
public FactionsResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public FactionsResponse stationCount(Integer stationCount)
public Integer getStationCount()
public void setStationCount(Integer stationCount)
public FactionsResponse stationSystemCount(Integer stationSystemCount)
public Integer getStationSystemCount()
public void setStationSystemCount(Integer stationSystemCount)
public FactionsResponse sizeFactor(Float sizeFactor)
public Float getSizeFactor()
public void setSizeFactor(Float sizeFactor)
Copyright © 2019. All Rights Reserved.