public final class ScoreApiResponse extends Object
| Constructor and Description |
|---|
ScoreApiResponse(int tiles,
int total,
int index,
boolean dead) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getIndex()
Player index.
|
int |
getTiles()
Number of map tiles owned.
|
int |
getTotal()
Total army size.
|
int |
hashCode() |
boolean |
isDead()
True if player already lost.
|
String |
toString() |
@ConstructorProperties(value={"tiles","total","index","dead"}) public ScoreApiResponse(int tiles, int total, int index, boolean dead)
Copyright © 2017. All rights reserved.