@Gw2ApiVersion(value="v1") public class MatchDetails extends Object
| Constructor and Description |
|---|
MatchDetails() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<WvwMap> |
getMaps()
A list of World vs World maps that are relevant to the match.
|
String |
getMatchId()
The unique identifier for the World vs World match.
|
MatchScores |
getScores()
The scores for the World vs World match.
|
void |
setMaps(ArrayList<WvwMap> maps) |
void |
setMatchId(String matchId) |
void |
setScores(MatchScores scores) |
public String getMatchId()
public void setMatchId(String matchId)
public MatchScores getScores()
MatchScores.public void setScores(MatchScores scores)
public ArrayList<WvwMap> getMaps()
WvwMap instances.Copyright © 2014. All Rights Reserved.