public class StopAuditJobResponse extends Object
Constructor and Description |
---|
StopAuditJobResponse(List<String> success,
List<String> failed) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getFailed() |
List<String> |
getSuccess() |
void |
setFailed(List<String> failed) |
void |
setSuccess(List<String> success) |