public class SetDataBreakpointsArguments
extends java.lang.Object
Constructor and Description |
---|
SetDataBreakpointsArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
DataBreakpoint[] |
getBreakpoints()
The contents of this array replaces all existing data breakpoints.
|
int |
hashCode() |
void |
setBreakpoints(DataBreakpoint[] breakpoints)
The contents of this array replaces all existing data breakpoints.
|
java.lang.String |
toString() |
@Pure public DataBreakpoint[] getBreakpoints()
public void setBreakpoints(DataBreakpoint[] 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