public class AllianceResponse extends Object implements Serializable
| 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 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 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)
public AllianceResponse factionId(Integer factionId)
public Integer getFactionId()
public void setFactionId(Integer factionId)
public AllianceResponse name(String name)
public String getName()
public void setName(String name)
public AllianceResponse ticker(String ticker)
public String getTicker()
public void setTicker(String ticker)
Copyright © 2019. All Rights Reserved.