public class AllianceResponse extends Object implements Serializable
| Constructor and Description |
|---|
AllianceResponse() |
| Modifier and Type | Method and Description |
|---|---|
AllianceResponse |
allianceName(String allianceName) |
AllianceResponse |
dateFounded(java.time.OffsetDateTime dateFounded) |
boolean |
equals(Object o) |
AllianceResponse |
executorCorp(Integer executorCorp) |
String |
getAllianceName()
the full name of the alliance
|
java.time.OffsetDateTime |
getDateFounded()
date_founded string
|
Integer |
getExecutorCorp()
the executor corporation ID, if this alliance is not closed
|
String |
getTicker()
the short name of the alliance
|
int |
hashCode() |
void |
setAllianceName(String allianceName) |
void |
setDateFounded(java.time.OffsetDateTime dateFounded) |
void |
setExecutorCorp(Integer executorCorp) |
void |
setTicker(String ticker) |
AllianceResponse |
ticker(String ticker) |
String |
toString() |
public AllianceResponse allianceName(String allianceName)
public String getAllianceName()
public void setAllianceName(String allianceName)
public AllianceResponse ticker(String ticker)
public String getTicker()
public void setTicker(String ticker)
public AllianceResponse executorCorp(Integer executorCorp)
public Integer getExecutorCorp()
public void setExecutorCorp(Integer executorCorp)
public AllianceResponse dateFounded(java.time.OffsetDateTime dateFounded)
public java.time.OffsetDateTime getDateFounded()
public void setDateFounded(java.time.OffsetDateTime dateFounded)
Copyright © 2017. All Rights Reserved.