Package net.troja.eve.esi.model
Class FactionsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.FactionsResponse
-
- All Implemented Interfaces:
Serializable
public class FactionsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CORPORATION_IDstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_IS_UNIQUEstatic StringSERIALIZED_NAME_MILITIA_CORPORATION_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_SIZE_FACTORstatic StringSERIALIZED_NAME_SOLAR_SYSTEM_IDstatic StringSERIALIZED_NAME_STATION_COUNTstatic StringSERIALIZED_NAME_STATION_SYSTEM_COUNT
-
Constructor Summary
Constructors Constructor Description FactionsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_UNIQUE
public static final String SERIALIZED_NAME_IS_UNIQUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MILITIA_CORPORATION_ID
public static final String SERIALIZED_NAME_MILITIA_CORPORATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIZE_FACTOR
public static final String SERIALIZED_NAME_SIZE_FACTOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATION_COUNT
public static final String SERIALIZED_NAME_STATION_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATION_SYSTEM_COUNT
public static final String SERIALIZED_NAME_STATION_SYSTEM_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
corporationId
public FactionsResponse corporationId(Integer corporationId)
-
getCorporationId
@Nullable public Integer getCorporationId()
corporation_id integer- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
description
public FactionsResponse description(String description)
-
getDescription
public String getDescription()
description string- Returns:
- description
-
setDescription
public void setDescription(String description)
-
factionId
public FactionsResponse factionId(Integer factionId)
-
getFactionId
public Integer getFactionId()
faction_id integer- Returns:
- factionId
-
setFactionId
public void setFactionId(Integer factionId)
-
isUnique
public FactionsResponse isUnique(Boolean isUnique)
-
getIsUnique
public Boolean getIsUnique()
is_unique boolean- Returns:
- isUnique
-
setIsUnique
public void setIsUnique(Boolean isUnique)
-
militiaCorporationId
public FactionsResponse militiaCorporationId(Integer militiaCorporationId)
-
getMilitiaCorporationId
@Nullable public Integer getMilitiaCorporationId()
militia_corporation_id integer- Returns:
- militiaCorporationId
-
setMilitiaCorporationId
public void setMilitiaCorporationId(Integer militiaCorporationId)
-
name
public FactionsResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
sizeFactor
public FactionsResponse sizeFactor(Float sizeFactor)
-
getSizeFactor
public Float getSizeFactor()
size_factor number- Returns:
- sizeFactor
-
setSizeFactor
public void setSizeFactor(Float sizeFactor)
-
solarSystemId
public FactionsResponse solarSystemId(Integer solarSystemId)
-
getSolarSystemId
@Nullable public Integer getSolarSystemId()
solar_system_id integer- Returns:
- solarSystemId
-
setSolarSystemId
public void setSolarSystemId(Integer solarSystemId)
-
stationCount
public FactionsResponse stationCount(Integer stationCount)
-
getStationCount
public Integer getStationCount()
station_count integer- Returns:
- stationCount
-
setStationCount
public void setStationCount(Integer stationCount)
-
stationSystemCount
public FactionsResponse stationSystemCount(Integer stationSystemCount)
-
getStationSystemCount
public Integer getStationSystemCount()
station_system_count integer- Returns:
- stationSystemCount
-
setStationSystemCount
public void setStationSystemCount(Integer stationSystemCount)
-
-