public static class GotoTargetsResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static GotoTargetsResponse.ResponseBody |
create(List<GotoTarget> targets) |
boolean |
equals(Object obj) |
List<GotoTarget> |
getTargets()
The possible goto targets of the specified location.
|
int |
hashCode() |
GotoTargetsResponse.ResponseBody |
setTargets(List<GotoTarget> targets) |
public List<GotoTarget> getTargets()
public GotoTargetsResponse.ResponseBody setTargets(List<GotoTarget> targets)
public static GotoTargetsResponse.ResponseBody create(List<GotoTarget> targets)