public class FactionWarfareLeaderboardResponse extends Object implements Serializable
| 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 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 © 2018. All Rights Reserved.