Class ProgressUpdateEvent.EventBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
- Enclosing class:
ProgressUpdateEvent
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional, more detailed progress message.Optional progress percentage to display (value range: 0 to 100).The ID that was introduced in the initial 'progressStart' event.inthashCode()setMessage(String message) setPercentage(Integer percentage) setProgressId(String progressId)
-
Method Details
-
getProgressId
The ID that was introduced in the initial 'progressStart' event. -
setProgressId
-
getMessage
Optional, more detailed progress message. If omitted, the previous message (if any) is used. -
setMessage
-
getPercentage
Optional progress percentage to display (value range: 0 to 100). If omitted no percentage will be shown. -
setPercentage
-
equals
-
hashCode
public int hashCode() -
create
-