Class SendInformationMessage
-
- All Implemented Interfaces:
public final class SendInformationMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegertotalAmountOfBatchesprivate final IntegerattemptedBatchesprivate final IntegerfailedBatchesprivate final IntegersuccessfulBatchesprivate final Set<String>pathsprivate final List<String>errorCodesprivate final BooleanisEmpty
-
Method Summary
Modifier and Type Method Description final IntegergetTotalAmountOfBatches()final IntegergetAttemptedBatches()final IntegergetFailedBatches()final IntegergetSuccessfulBatches()final Set<String>getPaths()final List<String>getErrorCodes()final BooleanisEmpty()-
-
Method Detail
-
getTotalAmountOfBatches
final Integer getTotalAmountOfBatches()
-
getAttemptedBatches
final Integer getAttemptedBatches()
-
getFailedBatches
final Integer getFailedBatches()
-
getSuccessfulBatches
final Integer getSuccessfulBatches()
-
getErrorCodes
final List<String> getErrorCodes()
-
-
-
-