public class StepInTargetsResponse
extends java.lang.Object
Constructor and Description |
---|
StepInTargetsResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
StepInTarget[] |
getTargets()
The possible stepIn targets of the specified source location.
|
int |
hashCode() |
void |
setTargets(StepInTarget[] targets)
The possible stepIn targets of the specified source location.
|
java.lang.String |
toString() |
@Pure public StepInTarget[] getTargets()
public void setTargets(StepInTarget[] targets)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object