Class ChangedMetadata

    • Method Detail

      • getKey

        public java.lang.String getKey()
        Gets the key of the metadata that changed.
        Returns:
        Returns the changed key.
      • getOldValue

        public Node getOldValue()
        Gets the old metadata value for this key.
        Returns:
        Returns the value in the old model.
      • getNewValue

        public Node getNewValue()
        Gets the new metadata value for this key.
        Returns:
        Returns the value in the new model.
      • equals

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

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