Class ExpiringContentItem


  • public class ExpiringContentItem
    extends Object
    Holds the data for an item that is close to or has already expired
    Since:
    4.0.0
    Author:
    joseross
    • Field Detail

      • itemName

        protected String itemName
        The name of the item
      • itemPath

        protected String itemPath
        The path of the item
      • expiredDateTime

        protected ZonedDateTime expiredDateTime
        The expiry data of the item
    • Constructor Detail

    • Method Detail

      • getItemName

        public String getItemName()
      • getItemPath

        public String getItemPath()