public class WorkDoneProgressEnd extends java.lang.Object implements WorkDoneProgressNotification
Constructor and Description |
---|
WorkDoneProgressEnd() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
WorkDoneProgressKind |
getKind()
Always return end
|
java.lang.String |
getMessage()
Optional, a final message indicating to for example indicate the outcome
of the operation.
|
int |
hashCode() |
void |
setMessage(java.lang.String message)
Optional, a final message indicating to for example indicate the outcome
of the operation.
|
java.lang.String |
toString() |
public WorkDoneProgressKind getKind()
getKind
in interface WorkDoneProgressNotification
@Pure public java.lang.String getMessage()
public void setMessage(java.lang.String message)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object