public static class ProgressUpdateEvent.EventBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ProgressUpdateEvent.EventBody |
create(String progressId) |
boolean |
equals(Object obj) |
String |
getMessage()
Optional, more detailed progress message.
|
Integer |
getPercentage()
Optional progress percentage to display (value range: 0 to 100).
|
String |
getProgressId()
The ID that was introduced in the initial 'progressStart' event.
|
int |
hashCode() |
ProgressUpdateEvent.EventBody |
setMessage(String message) |
ProgressUpdateEvent.EventBody |
setPercentage(Integer percentage) |
ProgressUpdateEvent.EventBody |
setProgressId(String progressId) |
public String getProgressId()
public ProgressUpdateEvent.EventBody setProgressId(String progressId)
public String getMessage()
public ProgressUpdateEvent.EventBody setMessage(String message)
public Integer getPercentage()
public ProgressUpdateEvent.EventBody setPercentage(Integer percentage)
public static ProgressUpdateEvent.EventBody create(String progressId)