Class UpkeepStats


  • public class UpkeepStats
    extends Object

    Created by Jeff Gaynor
    on 2/14/24 at 11:21 AM

    • Field Detail

      • success

        public int success
        Actual number of successful deletes
      • noInfo

        public int noInfo
        It worked, but no information on why
      • failed

        public int failed
        Failed to delete outright
      • unknown

        public int unknown
        Could not determine what happened
    • Constructor Detail

      • UpkeepStats

        public UpkeepStats()
      • UpkeepStats

        public UpkeepStats​(int success,
                           int noInfo,
                           int failed,
                           int unknown)