public class CorporationResponse extends Object implements Serializable
| Constructor and Description |
|---|
CorporationResponse() |
| Modifier and Type | Method and Description |
|---|---|
CorporationResponse |
allianceId(Integer allianceId) |
CorporationResponse |
ceoId(Integer ceoId) |
CorporationResponse |
corporationName(String corporationName) |
boolean |
equals(Object o) |
Integer |
getAllianceId()
id of alliance that corporation is a member of, if any
|
Integer |
getCeoId()
ceo_id integer
|
String |
getCorporationName()
the full name of the corporation
|
Integer |
getMemberCount()
member_count integer
|
String |
getTicker()
the short name of the corporation
|
int |
hashCode() |
CorporationResponse |
memberCount(Integer memberCount) |
void |
setAllianceId(Integer allianceId) |
void |
setCeoId(Integer ceoId) |
void |
setCorporationName(String corporationName) |
void |
setMemberCount(Integer memberCount) |
void |
setTicker(String ticker) |
CorporationResponse |
ticker(String ticker) |
String |
toString() |
public CorporationResponse allianceId(Integer allianceId)
public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public CorporationResponse ceoId(Integer ceoId)
public Integer getCeoId()
public void setCeoId(Integer ceoId)
public CorporationResponse corporationName(String corporationName)
public String getCorporationName()
public void setCorporationName(String corporationName)
public CorporationResponse memberCount(Integer memberCount)
public Integer getMemberCount()
public void setMemberCount(Integer memberCount)
public CorporationResponse ticker(String ticker)
public String getTicker()
public void setTicker(String ticker)
Copyright © 2017. All Rights Reserved.