Class WorkDoneProgressEnd

  • All Implemented Interfaces:
    WorkDoneProgressNotification

    public class WorkDoneProgressEnd
    extends java.lang.Object
    implements WorkDoneProgressNotification
    The notification payload about progress reporting. Signaling the end of a progress reporting is done using the following payload:

    Since 3.15.0

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WorkDoneProgressEnd

        public WorkDoneProgressEnd()
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Optional, a final message indicating to for example indicate the outcome of the operation.
      • setMessage

        public void setMessage​(java.lang.String message)
        Optional, a final message indicating to for example indicate the outcome of the operation.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object