@Gw2ApiVersion(value="v1") public class Event extends Object
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
getFlags()
A list of flags, instances of
String , that further
describe the event. |
int |
getLevel()
The in-game character level of the event.
|
Location |
getLocation()
A
Location object that describes
the location of the event. |
int |
getMapId()
The map id for the map where the event takes place.
|
String |
getName()
The name of the event.
|
void |
setFlags(ArrayList<String> flags) |
void |
setLevel(int level) |
void |
setLocation(Location location) |
void |
setMapId(int mapId) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public int getLevel()
public void setLevel(int level)
public int getMapId()
public void setMapId(int mapId)
public ArrayList<String> getFlags()
A list of flags, instances of String
, that further
describe the event. The possible flags are:
group_event
map_wide
See API:1/event_details for more information.
public Location getLocation()
Location
object that describes
the location of the event.public void setLocation(Location location)
Copyright © 2014. All Rights Reserved.