Class UUCResponse


  • public class UUCResponse
    extends Object

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

    • Field Detail

      • total

        public int total
        Total possible clients with zero or null last accessed
      • attempted

        public int attempted
        Total number of deletions attempted
      • found

        public List<String> found
        The identifiers (as strings) to remove.
      • archived

        public List<String> archived
        The identifiers (as strings) to archive
      • skipped

        public int skipped
        The number skipped, i.e., that had retain = true.
    • Constructor Detail

      • UUCResponse

        public UUCResponse()
    • Method Detail

      • toString

        public String toString​(boolean prettyPrint)