Class SetDataBreakpointsResponse


  • public class SetDataBreakpointsResponse
    extends java.lang.Object
    Response to 'setDataBreakpoints' request.

    Returned is information about each breakpoint created by this request.

    • Constructor Detail

      • SetDataBreakpointsResponse

        public SetDataBreakpointsResponse()
    • Method Detail

      • getBreakpoints

        public Breakpoint[] getBreakpoints()
        Information about the data breakpoints. The array elements correspond to the elements of the input argument 'breakpoints' array.
      • setBreakpoints

        public void setBreakpoints​(Breakpoint[] breakpoints)
        Information about the data breakpoints. The array elements correspond to the elements of the input argument 'breakpoints' array.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object