Class UpdateDetail

java.lang.Object
org.craftercms.search.batch.UpdateDetail

public class UpdateDetail extends Object
Holds the data for a single change made in the content.
Author:
joseross
  • Field Details

    • author

      protected String author
      Name of the author of the change
    • date

      protected Instant date
      Time when the change was made
  • Constructor Details

    • UpdateDetail

      public UpdateDetail()
  • Method Details

    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)
    • getDate

      public Instant getDate()
    • setDate

      public void setDate(Instant date)
    • toString

      public String toString()
      Overrides:
      toString in class Object