Class UpdateDescription



  • public final class UpdateDescription
    extends Object
    The update description for changed fields in a $changeStream operation.
    Since:
    3.6
    • Method Detail

      • getRemovedFields

        @Nullable
        public List<String> getRemovedFields​()
        Returns the removedFields
        Returns:
        the removedFields
      • getUpdatedFields

        @Nullable
        public BsonDocument getUpdatedFields​()
        Returns the updatedFields
        Returns:
        the updatedFields
      • hashCode

        public int hashCode​()
        Overrides:
        hashCode in class Object