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() |
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 genderEnum)
public CharacterResponse genderString(String gender)
public CharacterResponse.GenderEnum getGender()
public String getGenderString()
public void setGender(CharacterResponse.GenderEnum genderEnum)
public void setGenderString(String 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.