public class CustomObjectSyncStatistics extends BaseSyncStatistics
| Constructor and Description |
|---|
CustomObjectSyncStatistics() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReportMessage()
Builds a summary of the custom object sync statistics instance that looks like the following
example:
|
calculateProcessingTime, getCreated, getDefaultReportMessageForResource, getFailed, getLatestBatchHumanReadableProcessingTime, getLatestBatchProcessingTimeInDays, getLatestBatchProcessingTimeInHours, getLatestBatchProcessingTimeInMillis, getLatestBatchProcessingTimeInMinutes, getLatestBatchProcessingTimeInSeconds, getProcessed, getUpdated, incrementCreated, incrementCreated, incrementFailed, incrementFailed, incrementProcessed, incrementProcessed, incrementUpdated, incrementUpdated, startTimerpublic java.lang.String getReportMessage()
"Summary: 2 custom objects were processed in total (0 created, 0 updated and 0 failed to sync)."
getReportMessage in class BaseSyncStatistics