public class CharacterAffiliationResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_CHARACTER_ID |
static String |
SERIALIZED_NAME_CORPORATION_ID |
static String |
SERIALIZED_NAME_FACTION_ID |
| Constructor and Description |
|---|
CharacterAffiliationResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterAffiliationResponse |
allianceId(Integer allianceId) |
CharacterAffiliationResponse |
characterId(Integer characterId) |
CharacterAffiliationResponse |
corporationId(Integer corporationId) |
boolean |
equals(Object o) |
CharacterAffiliationResponse |
factionId(Integer factionId) |
Integer |
getAllianceId()
The character's alliance ID, if their corporation is in an alliance
|
Integer |
getCharacterId()
The character's ID
|
Integer |
getCorporationId()
The character's corporation ID
|
Integer |
getFactionId()
The character's faction ID, if their corporation is in a faction
|
int |
hashCode() |
void |
setAllianceId(Integer allianceId) |
void |
setCharacterId(Integer characterId) |
void |
setCorporationId(Integer corporationId) |
void |
setFactionId(Integer factionId) |
String |
toString() |
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_FACTION_ID
public CharacterAffiliationResponse allianceId(Integer allianceId)
@Nullable public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public CharacterAffiliationResponse characterId(Integer characterId)
public Integer getCharacterId()
public void setCharacterId(Integer characterId)
public CharacterAffiliationResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public CharacterAffiliationResponse factionId(Integer factionId)
@Nullable public Integer getFactionId()
public void setFactionId(Integer factionId)
Copyright © 2021. All Rights Reserved.