org.eclipse.ocl.examples.debug.vm.response
Class VMBreakpointResponse

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.response.VMResponse
      extended by org.eclipse.ocl.examples.debug.vm.response.VMBreakpointResponse
All Implemented Interfaces:
java.io.Serializable

public class VMBreakpointResponse
extends VMResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.debug.vm.response.VMResponse
status, STATUS_ERROR, STATUS_OK
 
Constructor Summary
VMBreakpointResponse()
           
VMBreakpointResponse(java.util.List<java.lang.Long> addedBreakpointIDs)
           
 
Method Summary
 long[] getAddedBreakpointsIDs()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ocl.examples.debug.vm.response.VMResponse
createERROR, createOK, isOK, toStatusString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VMBreakpointResponse

public VMBreakpointResponse()

VMBreakpointResponse

public VMBreakpointResponse(@NonNull
                            java.util.List<java.lang.Long> addedBreakpointIDs)
Method Detail

getAddedBreakpointsIDs

public long[] getAddedBreakpointsIDs()

toString

public java.lang.String toString()
Overrides:
toString in class VMResponse