public class GetPathResponseContainer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPathResponseContainer.Status |
| Modifier and Type | Field and Description |
|---|---|
static GetPathResponseContainer |
CLIENT_ERROR |
| Constructor and Description |
|---|
GetPathResponseContainer(GetPathResponseContainer.Status status,
java.lang.String response,
java.util.ArrayList<PathFindingNode> path,
PlayerInformation playerInformation) |
| Modifier and Type | Method and Description |
|---|---|
static GetPathResponseContainer |
fromJSONString(java.lang.String s) |
java.util.ArrayList<java.lang.String> |
getPath() |
java.lang.String |
getResponse() |
java.util.ArrayList<org.tribot.api2007.types.RSTile> |
getRSTilePath() |
GetPathResponseContainer.Status |
getStatus() |
scripts.webwalker_logic.shared.jsonSimple.JSONObject |
toJson() |
java.lang.String |
toString() |
public static GetPathResponseContainer CLIENT_ERROR
public GetPathResponseContainer(GetPathResponseContainer.Status status, java.lang.String response, java.util.ArrayList<PathFindingNode> path, PlayerInformation playerInformation)
public GetPathResponseContainer.Status getStatus()
public java.lang.String getResponse()
public java.util.ArrayList<java.lang.String> getPath()
public java.util.ArrayList<org.tribot.api2007.types.RSTile> getRSTilePath()
public static GetPathResponseContainer fromJSONString(java.lang.String s)
public scripts.webwalker_logic.shared.jsonSimple.JSONObject toJson()
public java.lang.String toString()
toString in class java.lang.Object