Class SetBreakpointResponse

java.lang.Object
org.teavm.chromerdp.messages.SetBreakpointResponse

public class SetBreakpointResponse extends Object
  • Constructor Details

    • SetBreakpointResponse

      public SetBreakpointResponse()
  • Method Details

    • getBreakpointId

      public String getBreakpointId()
    • setBreakpointId

      public void setBreakpointId(String breakpointId)
    • getActualLocation

      public LocationDTO getActualLocation()
    • setActualLocation

      public void setActualLocation(LocationDTO actualLocation)