Class CleanupSummaryAnalytics.AttachmentRemovalJobEvent

  • Enclosing class:
    CleanupSummaryAnalytics

    @AsynchronousPreferred
    public static class CleanupSummaryAnalytics.AttachmentRemovalJobEvent
    extends Object
    • Constructor Detail

      • AttachmentRemovalJobEvent

        public AttachmentRemovalJobEvent​(String type,
                                         long totalRemoved,
                                         long totalSizeRemovedGlobal,
                                         long totalSizeRemovedSpace)
    • Method Detail

      • getType

        public String getType()
      • getTotalRemoved

        public long getTotalRemoved()
      • getTotalSizeRemovedGlobal

        public BigDecimal getTotalSizeRemovedGlobal()
      • getTotalSizeRemovedSpace

        public BigDecimal getTotalSizeRemovedSpace()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object