Package net.troja.eve.esi.model
Class BloodlinesResponse
- java.lang.Object
-
- net.troja.eve.esi.model.BloodlinesResponse
-
- All Implemented Interfaces:
Serializable
public class BloodlinesResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BLOODLINE_IDstatic StringSERIALIZED_NAME_CHARISMAstatic StringSERIALIZED_NAME_CORPORATION_IDstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_INTELLIGENCEstatic StringSERIALIZED_NAME_MEMORYstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PERCEPTIONstatic StringSERIALIZED_NAME_RACE_IDstatic StringSERIALIZED_NAME_SHIP_TYPE_IDstatic StringSERIALIZED_NAME_WILLPOWER
-
Constructor Summary
Constructors Constructor Description BloodlinesResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_BLOODLINE_ID
public static final String SERIALIZED_NAME_BLOODLINE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARISMA
public static final String SERIALIZED_NAME_CHARISMA
- See Also:
- Constant Field Values
-
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_INTELLIGENCE
public static final String SERIALIZED_NAME_INTELLIGENCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MEMORY
public static final String SERIALIZED_NAME_MEMORY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PERCEPTION
public static final String SERIALIZED_NAME_PERCEPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RACE_ID
public static final String SERIALIZED_NAME_RACE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHIP_TYPE_ID
public static final String SERIALIZED_NAME_SHIP_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WILLPOWER
public static final String SERIALIZED_NAME_WILLPOWER
- See Also:
- Constant Field Values
-
-
Method Detail
-
bloodlineId
public BloodlinesResponse bloodlineId(Integer bloodlineId)
-
getBloodlineId
public Integer getBloodlineId()
bloodline_id integer- Returns:
- bloodlineId
-
setBloodlineId
public void setBloodlineId(Integer bloodlineId)
-
charisma
public BloodlinesResponse charisma(Integer charisma)
-
getCharisma
public Integer getCharisma()
charisma integer- Returns:
- charisma
-
setCharisma
public void setCharisma(Integer charisma)
-
corporationId
public BloodlinesResponse corporationId(Integer corporationId)
-
getCorporationId
public Integer getCorporationId()
corporation_id integer- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
description
public BloodlinesResponse description(String description)
-
getDescription
public String getDescription()
description string- Returns:
- description
-
setDescription
public void setDescription(String description)
-
intelligence
public BloodlinesResponse intelligence(Integer intelligence)
-
getIntelligence
public Integer getIntelligence()
intelligence integer- Returns:
- intelligence
-
setIntelligence
public void setIntelligence(Integer intelligence)
-
memory
public BloodlinesResponse memory(Integer memory)
-
getMemory
public Integer getMemory()
memory integer- Returns:
- memory
-
setMemory
public void setMemory(Integer memory)
-
name
public BloodlinesResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
perception
public BloodlinesResponse perception(Integer perception)
-
getPerception
public Integer getPerception()
perception integer- Returns:
- perception
-
setPerception
public void setPerception(Integer perception)
-
raceId
public BloodlinesResponse raceId(Integer raceId)
-
getRaceId
public Integer getRaceId()
race_id integer- Returns:
- raceId
-
setRaceId
public void setRaceId(Integer raceId)
-
shipTypeId
public BloodlinesResponse shipTypeId(Integer shipTypeId)
-
setShipTypeId
public void setShipTypeId(Integer shipTypeId)
-
willpower
public BloodlinesResponse willpower(Integer willpower)
-
getWillpower
public Integer getWillpower()
willpower integer- Returns:
- willpower
-
setWillpower
public void setWillpower(Integer willpower)
-
-