public class SetInstructionBreakpointsResponse
extends java.lang.Object
Constructor and Description |
---|
SetInstructionBreakpointsResponse() |
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()
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