public class CharacterResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterResponse.GenderEnum
gender string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_ANCESTRY_ID |
static String |
SERIALIZED_NAME_BIRTHDAY |
static String |
SERIALIZED_NAME_BLOODLINE_ID |
static String |
SERIALIZED_NAME_CORPORATION_ID |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_FACTION_ID |
static String |
SERIALIZED_NAME_GENDER |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_RACE_ID |
static String |
SERIALIZED_NAME_SECURITY_STATUS |
| Constructor and Description |
|---|
CharacterResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterResponse |
allianceId(Integer allianceId) |
CharacterResponse |
ancestryId(Integer ancestryId) |
CharacterResponse |
birthday(java.time.OffsetDateTime birthday) |
CharacterResponse |
bloodlineId(Integer bloodlineId) |
CharacterResponse |
corporationId(Integer corporationId) |
CharacterResponse |
description(String description) |
boolean |
equals(Object o) |
CharacterResponse |
factionId(Integer factionId) |
CharacterResponse |
gender(CharacterResponse.GenderEnum gender) |
Integer |
getAllianceId()
The character's alliance ID
|
Integer |
getAncestryId()
ancestry_id integer
|
java.time.OffsetDateTime |
getBirthday()
Creation date of the character
|
Integer |
getBloodlineId()
bloodline_id integer
|
Integer |
getCorporationId()
The character's corporation ID
|
String |
getDescription()
description string
|
Integer |
getFactionId()
ID of the faction the character is fighting for, if the character is
enlisted in Factional Warfare
|
CharacterResponse.GenderEnum |
getGender()
gender string
|
String |
getName()
name string
|
Integer |
getRaceId()
race_id integer
|
Float |
getSecurityStatus()
security_status number minimum: -1E+1 maximum: 1E+1
|
int |
hashCode() |
CharacterResponse |
name(String name) |
CharacterResponse |
raceId(Integer raceId) |
CharacterResponse |
securityStatus(Float securityStatus) |
void |
setAllianceId(Integer allianceId) |
void |
setAncestryId(Integer ancestryId) |
void |
setBirthday(java.time.OffsetDateTime birthday) |
void |
setBloodlineId(Integer bloodlineId) |
void |
setCorporationId(Integer corporationId) |
void |
setDescription(String description) |
void |
setFactionId(Integer factionId) |
void |
setGender(CharacterResponse.GenderEnum gender) |
void |
setName(String name) |
void |
setRaceId(Integer raceId) |
void |
setSecurityStatus(Float securityStatus) |
String |
toString() |
public static final String SERIALIZED_NAME_BIRTHDAY
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_ANCESTRY_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_SECURITY_STATUS
public static final String SERIALIZED_NAME_GENDER
public static final String SERIALIZED_NAME_RACE_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_BLOODLINE_ID
public CharacterResponse birthday(java.time.OffsetDateTime birthday)
public java.time.OffsetDateTime getBirthday()
public void setBirthday(java.time.OffsetDateTime birthday)
public CharacterResponse allianceId(Integer allianceId)
public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public CharacterResponse ancestryId(Integer ancestryId)
public Integer getAncestryId()
public void setAncestryId(Integer ancestryId)
public CharacterResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public CharacterResponse securityStatus(Float securityStatus)
public Float getSecurityStatus()
public void setSecurityStatus(Float securityStatus)
public CharacterResponse gender(CharacterResponse.GenderEnum gender)
public CharacterResponse.GenderEnum getGender()
public void setGender(CharacterResponse.GenderEnum gender)
public CharacterResponse raceId(Integer raceId)
public Integer getRaceId()
public void setRaceId(Integer raceId)
public CharacterResponse name(String name)
public String getName()
public void setName(String name)
public CharacterResponse description(String description)
public String getDescription()
public void setDescription(String description)
public CharacterResponse factionId(Integer factionId)
public Integer getFactionId()
public void setFactionId(Integer factionId)
public CharacterResponse bloodlineId(Integer bloodlineId)
public Integer getBloodlineId()
public void setBloodlineId(Integer bloodlineId)
Copyright © 2019. All Rights Reserved.