Class DataBreakpointInfoResponse.ResponseBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
- Enclosing class:
DataBreakpointInfoResponse
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional attribute listing the available access types for a potential data breakpoint.Optional attribute indicating that a potential data breakpoint could be persisted across sessions.An identifier for the data on which a data breakpoint can be registered with the setDataBreakpoints request or null if no data breakpoint is available.UI string that describes on what data the breakpoint is set on or why a data breakpoint is not available.inthashCode()setAccessTypes(List<String> accessTypes) setCanPersist(Boolean canPersist) setDescription(String description)
-
Method Details
-
getDataId
An identifier for the data on which a data breakpoint can be registered with the setDataBreakpoints request or null if no data breakpoint is available. -
setDataId
-
getDescription
UI string that describes on what data the breakpoint is set on or why a data breakpoint is not available. -
setDescription
-
getAccessTypes
Optional attribute listing the available access types for a potential data breakpoint. A UI frontend could surface this information. -
setAccessTypes
-
getCanPersist
Optional attribute indicating that a potential data breakpoint could be persisted across sessions. -
setCanPersist
-
equals
-
hashCode
public int hashCode() -
create
-