public class AllianceResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATOR_CORPORATION_ID |
static String |
SERIALIZED_NAME_CREATOR_ID |
static String |
SERIALIZED_NAME_DATE_FOUNDED |
static String |
SERIALIZED_NAME_EXECUTOR_CORPORATION_ID |
static String |
SERIALIZED_NAME_FACTION_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TICKER |
| Constructor and Description |
|---|
AllianceResponse() |
| Modifier and Type | Method and Description |
|---|---|
AllianceResponse |
creatorCorporationId(Integer creatorCorporationId) |
AllianceResponse |
creatorId(Integer creatorId) |
AllianceResponse |
dateFounded(java.time.OffsetDateTime dateFounded) |
boolean |
equals(Object o) |
AllianceResponse |
executorCorporationId(Integer executorCorporationId) |
AllianceResponse |
factionId(Integer factionId) |
Integer |
getCreatorCorporationId()
ID of the corporation that created the alliance
|
Integer |
getCreatorId()
ID of the character that created the alliance
|
java.time.OffsetDateTime |
getDateFounded()
date_founded string
|
Integer |
getExecutorCorporationId()
the executor corporation ID, if this alliance is not closed
|
Integer |
getFactionId()
Faction ID this alliance is fighting for, if this alliance is enlisted in
factional warfare
|
String |
getName()
the full name of the alliance
|
String |
getTicker()
the short name of the alliance
|
int |
hashCode() |
AllianceResponse |
name(String name) |
void |
setCreatorCorporationId(Integer creatorCorporationId) |
void |
setCreatorId(Integer creatorId) |
void |
setDateFounded(java.time.OffsetDateTime dateFounded) |
void |
setExecutorCorporationId(Integer executorCorporationId) |
void |
setFactionId(Integer factionId) |
void |
setName(String name) |
void |
setTicker(String ticker) |
AllianceResponse |
ticker(String ticker) |
String |
toString() |
public static final String SERIALIZED_NAME_TICKER
public static final String SERIALIZED_NAME_CREATOR_CORPORATION_ID
public static final String SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_DATE_FOUNDED
public static final String SERIALIZED_NAME_EXECUTOR_CORPORATION_ID
public AllianceResponse ticker(String ticker)
public String getTicker()
public void setTicker(String ticker)
public AllianceResponse creatorCorporationId(Integer creatorCorporationId)
public Integer getCreatorCorporationId()
public void setCreatorCorporationId(Integer creatorCorporationId)
public AllianceResponse creatorId(Integer creatorId)
public Integer getCreatorId()
public void setCreatorId(Integer creatorId)
public AllianceResponse name(String name)
public String getName()
public void setName(String name)
public AllianceResponse factionId(Integer factionId)
public Integer getFactionId()
public void setFactionId(Integer factionId)
public AllianceResponse dateFounded(java.time.OffsetDateTime dateFounded)
public java.time.OffsetDateTime getDateFounded()
public void setDateFounded(java.time.OffsetDateTime dateFounded)
public AllianceResponse executorCorporationId(Integer executorCorporationId)
public Integer getExecutorCorporationId()
public void setExecutorCorporationId(Integer executorCorporationId)
Copyright © 2019. All Rights Reserved.