public static class ScopesResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ScopesResponse.ResponseBody |
create(List<Scope> scopes) |
boolean |
equals(Object obj) |
List<Scope> |
getScopes()
The scopes of the stackframe.
|
int |
hashCode() |
ScopesResponse.ResponseBody |
setScopes(List<Scope> scopes) |
public List<Scope> getScopes()
public ScopesResponse.ResponseBody setScopes(List<Scope> scopes)
public static ScopesResponse.ResponseBody create(List<Scope> scopes)