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