public class SetDataBreakpointsResponse
extends java.lang.Object
Returned is information about each breakpoint created by this request.
Constructor and Description |
---|
SetDataBreakpointsResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Breakpoint[] |
getBreakpoints()
Information about the data breakpoints.
|
int |
hashCode() |
void |
setBreakpoints(Breakpoint[] breakpoints)
Information about the data breakpoints.
|
java.lang.String |
toString() |
@Pure public Breakpoint[] getBreakpoints()
public void setBreakpoints(Breakpoint[] breakpoints)
@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