public class FactionWarfareWarsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AGAINST_ID |
static String |
SERIALIZED_NAME_FACTION_ID |
| Constructor and Description |
|---|
FactionWarfareWarsResponse() |
| Modifier and Type | Method and Description |
|---|---|
FactionWarfareWarsResponse |
againstId(Integer againstId) |
boolean |
equals(Object o) |
FactionWarfareWarsResponse |
factionId(Integer factionId) |
Integer |
getAgainstId()
The faction ID of the enemy faction.
|
Integer |
getFactionId()
faction_id integer
|
int |
hashCode() |
void |
setAgainstId(Integer againstId) |
void |
setFactionId(Integer factionId) |
String |
toString() |
public static final String SERIALIZED_NAME_AGAINST_ID
public static final String SERIALIZED_NAME_FACTION_ID
public FactionWarfareWarsResponse againstId(Integer againstId)
public Integer getAgainstId()
public void setAgainstId(Integer againstId)
public FactionWarfareWarsResponse factionId(Integer factionId)
public Integer getFactionId()
public void setFactionId(Integer factionId)
Copyright © 2021. All Rights Reserved.