@Gw2ApiVersion(value="v1") public interface WvwMap
Represents the status of a World vs World map as returned by /v1/wvw/match_details.
The available map types are:
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Bonus> |
getBonuses()
A list of bonuses being granted on this map.
|
ArrayList<Objective> |
getObjectives()
A list of
Objectives, and their
statuses, for this specific map. |
MatchScores |
getScores()
The scores for each team on this specific map.
|
String |
getType()
The type of WvW map.
|
String getType()
The type of WvW map. Can be any of following:
MatchScores getScores()
MatchScores.ArrayList<Objective> getObjectives()
Objectives, and their
statuses, for this specific map.Objective
instances.Copyright © 2014. All Rights Reserved.