public class FactionWarfareLeaderboardResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_KILLS |
static String |
SERIALIZED_NAME_VICTORY_POINTS |
| Constructor and Description |
|---|
FactionWarfareLeaderboardResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FactionWarfareLeaderboardKills |
getKills()
Get kills
|
FactionWarfareLeaderboardVictoryPoints |
getVictoryPoints()
Get victoryPoints
|
int |
hashCode() |
FactionWarfareLeaderboardResponse |
kills(FactionWarfareLeaderboardKills kills) |
void |
setKills(FactionWarfareLeaderboardKills kills) |
void |
setVictoryPoints(FactionWarfareLeaderboardVictoryPoints victoryPoints) |
String |
toString() |
FactionWarfareLeaderboardResponse |
victoryPoints(FactionWarfareLeaderboardVictoryPoints victoryPoints) |
public static final String SERIALIZED_NAME_KILLS
public static final String SERIALIZED_NAME_VICTORY_POINTS
public FactionWarfareLeaderboardResponse kills(FactionWarfareLeaderboardKills kills)
public FactionWarfareLeaderboardKills getKills()
public void setKills(FactionWarfareLeaderboardKills kills)
public FactionWarfareLeaderboardResponse victoryPoints(FactionWarfareLeaderboardVictoryPoints victoryPoints)
public FactionWarfareLeaderboardVictoryPoints getVictoryPoints()
public void setVictoryPoints(FactionWarfareLeaderboardVictoryPoints victoryPoints)
Copyright © 2019. All Rights Reserved.