public class SetBreakpointsResponse
extends java.lang.Object
Returned is information about each breakpoint created by this request.
This includes the actual code location and whether the breakpoint could be verified.
The breakpoints returned are in the same order as the elements of the 'breakpoints'
(or the deprecated 'lines') array in the arguments.
Constructor and Description |
---|
SetBreakpointsResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Breakpoint[] |
getBreakpoints()
Information about the breakpoints.
|
int |
hashCode() |
void |
setBreakpoints(Breakpoint[] breakpoints)
Information about the breakpoints.
|
java.lang.String |
toString() |
@Pure public Breakpoint[] getBreakpoints()
The array elements are in the same order as the elements of the 'breakpoints' (or the deprecated 'lines') array in the arguments.
public void setBreakpoints(Breakpoint[] breakpoints)
The array elements are in the same order as the elements of the 'breakpoints' (or the deprecated 'lines') array in the arguments.
@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