Class ResultStats


  • public class ResultStats
    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

      • ResultStats

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