Interface QuarantinedDataInfo
public interface QuarantinedDataInfo
- 
Method SummaryModifier and TypeMethodDescriptionintThe number of transactions cached.A string that represents this particular data.getId()An numerical id for all of the data represented by this QuarantinedDataInfo instance.The most recent error to cause data to be quarantined.
- 
Method Details- 
getIdLong getId()An numerical id for all of the data represented by this QuarantinedDataInfo instance.
- 
getDataCountint getDataCount()The number of transactions cached. Note that the actual number of data points may be different, as this represents "transactions".
- 
getDescriptionString getDescription()A string that represents this particular data. Should be clear as to how it's different from other data.
- 
getQuarantineReasonString getQuarantineReason()The most recent error to cause data to be quarantined.
 
-