public final class RanksApiResponse extends Object
| Constructor and Description |
|---|
RanksApiResponse(int duel,
int ffa,
int twoVsTwo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getDuel()
Ranking in 1v1 games.
|
int |
getFfa()
Ranking in FFA games.
|
int |
getTwoVsTwo()
Ranking in 2v2 games.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"duel","ffa","twoVsTwo"}) public RanksApiResponse(int duel, int ffa, int twoVsTwo)
Copyright © 2017. All rights reserved.