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 |
static String |
SERIALIZED_NAME_TITLE |
| 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
|
String |
getTitle()
The individual title of the character
|
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) |
void |
setTitle(String title) |
CharacterResponse |
title(String title) |
String |
toString() |
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_ANCESTRY_ID
public static final String SERIALIZED_NAME_BIRTHDAY
public static final String SERIALIZED_NAME_BLOODLINE_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_GENDER
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_RACE_ID
public static final String SERIALIZED_NAME_SECURITY_STATUS
public static final String SERIALIZED_NAME_TITLE
public CharacterResponse allianceId(Integer allianceId)
@Nullable public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public CharacterResponse ancestryId(Integer ancestryId)
public void setAncestryId(Integer ancestryId)
public CharacterResponse birthday(java.time.OffsetDateTime birthday)
public java.time.OffsetDateTime getBirthday()
public void setBirthday(java.time.OffsetDateTime birthday)
public CharacterResponse bloodlineId(Integer bloodlineId)
public Integer getBloodlineId()
public void setBloodlineId(Integer bloodlineId)
public CharacterResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public CharacterResponse description(String description)
public void setDescription(String description)
public CharacterResponse factionId(Integer factionId)
@Nullable public Integer getFactionId()
public void setFactionId(Integer factionId)
public CharacterResponse gender(CharacterResponse.GenderEnum gender)
public CharacterResponse.GenderEnum getGender()
public void setGender(CharacterResponse.GenderEnum gender)
public CharacterResponse name(String name)
public String getName()
public void setName(String name)
public CharacterResponse raceId(Integer raceId)
public Integer getRaceId()
public void setRaceId(Integer raceId)
public CharacterResponse securityStatus(Float securityStatus)
@Nullable public Float getSecurityStatus()
public void setSecurityStatus(Float securityStatus)
public CharacterResponse title(String title)
public void setTitle(String title)
Copyright © 2020. All Rights Reserved.