@Gw2ApiVersion(value="v1") public class Objective extends Object
Constructor and Description |
---|
Objective() |
Modifier and Type | Method and Description |
---|---|
int |
getId()
The unique id for the objective.
|
String |
getOwner()
The current owner of the objective.
|
String |
getOwnerGuild()
If a guild has claimed the objective this will return the unique id
for the guild.
|
void |
setId(int id) |
void |
setOwner(String owner) |
void |
setOwnerGuild(String ownerGuild) |
public int getId()
public void setId(int id)
public String getOwner()
public void setOwner(String owner)
public String getOwnerGuild()
Guild
for more details.public void setOwnerGuild(String ownerGuild)
Copyright © 2014. All Rights Reserved.