Package net.troja.eve.esi.model
Class CharacterResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCharacterResponse.GenderEnumgender string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALLIANCE_IDstatic StringSERIALIZED_NAME_ANCESTRY_IDstatic StringSERIALIZED_NAME_BIRTHDAYstatic StringSERIALIZED_NAME_BLOODLINE_IDstatic StringSERIALIZED_NAME_CORPORATION_IDstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_GENDERstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_RACE_IDstatic StringSERIALIZED_NAME_SECURITY_STATUSstatic StringSERIALIZED_NAME_TITLE
-
Constructor Summary
Constructors Constructor Description CharacterResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterResponseallianceId(Integer allianceId)CharacterResponseancestryId(Integer ancestryId)CharacterResponsebirthday(java.time.OffsetDateTime birthday)CharacterResponsebloodlineId(Integer bloodlineId)CharacterResponsecorporationId(Integer corporationId)CharacterResponsedescription(String description)booleanequals(Object o)CharacterResponsefactionId(Integer factionId)CharacterResponsegender(CharacterResponse.GenderEnum genderEnum)CharacterResponsegenderString(String gender)IntegergetAllianceId()The character's alliance IDIntegergetAncestryId()ancestry_id integerjava.time.OffsetDateTimegetBirthday()Creation date of the characterIntegergetBloodlineId()bloodline_id integerIntegergetCorporationId()The character's corporation IDStringgetDescription()description stringIntegergetFactionId()ID of the faction the character is fighting for, if the character is enlisted in Factional WarfareCharacterResponse.GenderEnumgetGender()gender stringStringgetGenderString()StringgetName()name stringIntegergetRaceId()race_id integerFloatgetSecurityStatus()security_status number minimum: -1E+1 maximum: 1E+1StringgetTitle()The individual title of the characterinthashCode()CharacterResponsename(String name)CharacterResponseraceId(Integer raceId)CharacterResponsesecurityStatus(Float securityStatus)voidsetAllianceId(Integer allianceId)voidsetAncestryId(Integer ancestryId)voidsetBirthday(java.time.OffsetDateTime birthday)voidsetBloodlineId(Integer bloodlineId)voidsetCorporationId(Integer corporationId)voidsetDescription(String description)voidsetFactionId(Integer factionId)voidsetGender(CharacterResponse.GenderEnum genderEnum)voidsetGenderString(String gender)voidsetName(String name)voidsetRaceId(Integer raceId)voidsetSecurityStatus(Float securityStatus)voidsetTitle(String title)CharacterResponsetitle(String title)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_ALLIANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ANCESTRY_ID
public static final String SERIALIZED_NAME_ANCESTRY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BIRTHDAY
public static final String SERIALIZED_NAME_BIRTHDAY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BLOODLINE_ID
public static final String SERIALIZED_NAME_BLOODLINE_ID
- 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_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GENDER
public static final String SERIALIZED_NAME_GENDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RACE_ID
public static final String SERIALIZED_NAME_RACE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SECURITY_STATUS
public static final String SERIALIZED_NAME_SECURITY_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
allianceId
public CharacterResponse allianceId(Integer allianceId)
-
getAllianceId
@Nullable public Integer getAllianceId()
The character's alliance ID- Returns:
- allianceId
-
setAllianceId
public void setAllianceId(Integer allianceId)
-
ancestryId
public CharacterResponse ancestryId(Integer ancestryId)
-
setAncestryId
public void setAncestryId(Integer ancestryId)
-
birthday
public CharacterResponse birthday(java.time.OffsetDateTime birthday)
-
getBirthday
public java.time.OffsetDateTime getBirthday()
Creation date of the character- Returns:
- birthday
-
setBirthday
public void setBirthday(java.time.OffsetDateTime birthday)
-
bloodlineId
public CharacterResponse bloodlineId(Integer bloodlineId)
-
getBloodlineId
public Integer getBloodlineId()
bloodline_id integer- Returns:
- bloodlineId
-
setBloodlineId
public void setBloodlineId(Integer bloodlineId)
-
corporationId
public CharacterResponse corporationId(Integer corporationId)
-
getCorporationId
public Integer getCorporationId()
The character's corporation ID- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
description
public CharacterResponse description(String description)
-
setDescription
public void setDescription(String description)
-
factionId
public CharacterResponse factionId(Integer factionId)
-
getFactionId
@Nullable public Integer getFactionId()
ID of the faction the character is fighting for, if the character is enlisted in Factional Warfare- Returns:
- factionId
-
setFactionId
public void setFactionId(Integer factionId)
-
gender
public CharacterResponse gender(CharacterResponse.GenderEnum genderEnum)
-
genderString
public CharacterResponse genderString(String gender)
-
getGender
public CharacterResponse.GenderEnum getGender()
gender string- Returns:
- gender
-
getGenderString
public String getGenderString()
-
setGender
public void setGender(CharacterResponse.GenderEnum genderEnum)
-
setGenderString
public void setGenderString(String gender)
-
name
public CharacterResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
raceId
public CharacterResponse raceId(Integer raceId)
-
getRaceId
public Integer getRaceId()
race_id integer- Returns:
- raceId
-
setRaceId
public void setRaceId(Integer raceId)
-
securityStatus
public CharacterResponse securityStatus(Float securityStatus)
-
getSecurityStatus
@Nullable public Float getSecurityStatus()
security_status number minimum: -1E+1 maximum: 1E+1- Returns:
- securityStatus
-
setSecurityStatus
public void setSecurityStatus(Float securityStatus)
-
title
public CharacterResponse title(String title)
-
setTitle
public void setTitle(String title)
-
-