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