Class ContinueResponse.ResponseBody

java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ContinueResponse.ResponseBody
Enclosing class:
ContinueResponse

public static class ContinueResponse.ResponseBody extends JSONBase
  • Method Details

    • getAllThreadsContinued

      public Boolean getAllThreadsContinued()
      If true, the 'continue' request has ignored the specified thread and continued all threads instead. If this attribute is missing a value of 'true' is assumed for backward compatibility.
    • setAllThreadsContinued

      public ContinueResponse.ResponseBody setAllThreadsContinued(Boolean allThreadsContinued)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • create

      public static ContinueResponse.ResponseBody create()