Class UnchangedDocumentDiagnosticReport

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getKind()
      A document diagnostic report indicating no changes to the last result.
      java.lang.String getResultId()
      A result id which will be sent on the next diagnostic request for the same document.
      int hashCode()  
      void setResultId​(java.lang.String resultId)
      A result id which will be sent on the next diagnostic request for the same document.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • UnchangedDocumentDiagnosticReport

        public UnchangedDocumentDiagnosticReport()
      • UnchangedDocumentDiagnosticReport

        public UnchangedDocumentDiagnosticReport​(java.lang.String resultId)
    • Method Detail

      • getKind

        public java.lang.String getKind()
        A document diagnostic report indicating no changes to the last result. A server can only return `unchanged` if result ids are provided.
      • getResultId

        public java.lang.String getResultId()
        A result id which will be sent on the next diagnostic request for the same document.
      • setResultId

        public void setResultId​(java.lang.String resultId)
        A result id which will be sent on the next diagnostic request for the same document.
      • 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