Class UUCResponse
- java.lang.Object
-
- org.oa4mp.delegation.server.uuc.storage.UUCResponse
-
public class UUCResponse extends Object
Created by Jeff Gaynor
on 2/14/24 at 11:19 AM
-
-
Field Summary
Fields Modifier and Type Field Description List<String>
archived
The identifiers (as strings) to archiveResultStats
archivedStats
int
attempted
Total number of deletions attemptedResultStats
deletedStats
List<String>
found
The identifiers (as strings) to remove.int
skipped
The number skipped, i.e., that had retain = true.int
total
Total possible clients with zero or null last accessed
-
Constructor Summary
Constructors Constructor Description UUCResponse()
-
-
-
Field Detail
-
total
public int total
Total possible clients with zero or null last accessed
-
attempted
public int attempted
Total number of deletions attempted
-
skipped
public int skipped
The number skipped, i.e., that had retain = true.
-
deletedStats
public ResultStats deletedStats
-
archivedStats
public ResultStats archivedStats
-
-