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