@Gw2ApiVersion(value="v1") public class Task extends Object
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
MapCoordinate |
getCoordinate()
The location of the task within the parent map.
|
int |
getLevel()
The game character level of the task.
|
String |
getObjective()
The objective description for this task.
|
int |
getTaskId()
The unique identifier for the task.
|
void |
setCoordinate(MapCoordinate coordinate) |
void |
setLevel(int level) |
void |
setObjective(String objective) |
void |
setTaskId(int taskId) |
public int getTaskId()
public void setTaskId(int taskId)
public String getObjective()
public void setObjective(String objective)
public int getLevel()
public void setLevel(int level)
public MapCoordinate getCoordinate()
MapCoordinate
.public void setCoordinate(MapCoordinate coordinate)
Copyright © 2014. All Rights Reserved.