@Gw2ApiVersion(value="v1") public class MatchInfo extends Object
| Constructor and Description | 
|---|
| MatchInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getBlueWorldId()The unique id for the world that is the blue team. | 
| org.threeten.bp.OffsetDateTime | getEndTime()The time when the match is scheduled to end. | 
| int | getGreenWorldId()The unique id for the world that is the green team. | 
| String | getMatchId()The unique identifier for the match. | 
| int | getRedWorldId()The unique id for the world that is the red team. | 
| org.threeten.bp.OffsetDateTime | getStartTime()The time the World vs World match started. | 
| void | setBlueWorldId(int blueWorldId) | 
| void | setEndTime(org.threeten.bp.OffsetDateTime endTime) | 
| void | setEndTimeFromString(String endTime) | 
| void | setGreenWorldId(int greenWorldId) | 
| void | setMatchId(String matchId) | 
| void | setRedWorldId(int redWorldId) | 
| void | setStartTime(org.threeten.bp.OffsetDateTime startTime) | 
| void | setStartTimeFromString(String startTime) | 
public String getMatchId()
public void setMatchId(String matchId)
public int getRedWorldId()
WorldNamesList to look up the name of the
 world.public void setRedWorldId(int redWorldId)
public int getBlueWorldId()
WorldNamesList to look up the name of the
 world.public void setBlueWorldId(int blueWorldId)
public int getGreenWorldId()
WorldNamesList to look up the name of the
 world.public void setGreenWorldId(int greenWorldId)
public org.threeten.bp.OffsetDateTime getStartTime()
OffsetDateTime.public void setStartTime(org.threeten.bp.OffsetDateTime startTime)
public void setStartTimeFromString(String startTime)
public org.threeten.bp.OffsetDateTime getEndTime()
OffsetDateTime.public void setEndTime(org.threeten.bp.OffsetDateTime endTime)
public void setEndTimeFromString(String endTime)
Copyright © 2014. All Rights Reserved.