public class BreakpointLocationsResponse
extends java.lang.Object
Contains possible locations for source breakpoints.
Constructor and Description |
---|
BreakpointLocationsResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
BreakpointLocation[] |
getBreakpoints()
Sorted set of possible breakpoint locations.
|
int |
hashCode() |
void |
setBreakpoints(BreakpointLocation[] breakpoints)
Sorted set of possible breakpoint locations.
|
java.lang.String |
toString() |
@Pure public BreakpointLocation[] getBreakpoints()
public void setBreakpoints(BreakpointLocation[] 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