public class SovereigntyMapResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_CORPORATION_ID |
static String |
SERIALIZED_NAME_FACTION_ID |
static String |
SERIALIZED_NAME_SYSTEM_ID |
| Constructor and Description |
|---|
SovereigntyMapResponse() |
| Modifier and Type | Method and Description |
|---|---|
SovereigntyMapResponse |
allianceId(Integer allianceId) |
SovereigntyMapResponse |
corporationId(Integer corporationId) |
boolean |
equals(Object o) |
SovereigntyMapResponse |
factionId(Integer factionId) |
Integer |
getAllianceId()
alliance_id integer
|
Integer |
getCorporationId()
corporation_id integer
|
Integer |
getFactionId()
faction_id integer
|
Integer |
getSystemId()
system_id integer
|
int |
hashCode() |
void |
setAllianceId(Integer allianceId) |
void |
setCorporationId(Integer corporationId) |
void |
setFactionId(Integer factionId) |
void |
setSystemId(Integer systemId) |
SovereigntyMapResponse |
systemId(Integer systemId) |
String |
toString() |
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_SYSTEM_ID
public SovereigntyMapResponse allianceId(Integer allianceId)
public void setAllianceId(Integer allianceId)
public SovereigntyMapResponse corporationId(Integer corporationId)
@Nullable public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public SovereigntyMapResponse factionId(Integer factionId)
public void setFactionId(Integer factionId)
public SovereigntyMapResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
Copyright © 2023. All Rights Reserved.