Class UpdatedDocument


  • public class UpdatedDocument
    extends java.lang.Object
    • Constructor Detail

      • UpdatedDocument

        public UpdatedDocument()
      • UpdatedDocument

        public UpdatedDocument​(java.lang.String documentId,
                               com.fasterxml.jackson.databind.JsonNode beforeUpdate,
                               com.fasterxml.jackson.databind.JsonNode afterUpdate,
                               boolean updated)
    • Method Detail

      • getDocumentId

        public java.lang.String getDocumentId()
      • setDocumentId

        public UpdatedDocument setDocumentId​(java.lang.String documentId)
      • getBeforeUpdate

        public com.fasterxml.jackson.databind.JsonNode getBeforeUpdate()
      • setBeforeUpdate

        public UpdatedDocument setBeforeUpdate​(com.fasterxml.jackson.databind.JsonNode beforeUpdate)
      • getAfterUpdate

        public com.fasterxml.jackson.databind.JsonNode getAfterUpdate()
      • setAfterUpdate

        public UpdatedDocument setAfterUpdate​(com.fasterxml.jackson.databind.JsonNode afterUpdate)
      • isUpdated

        public boolean isUpdated()
      • toString

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