Interface BitLogItem

All Known Implementing Classes:
JpaBitLogItem

public interface BitLogItem
Represents the logged info for a bit integrity check for a single item.
Author:
Daniel Bernstein Date: Apr 25, 2014
  • Method Details

    • getAccount

      String getAccount()
    • getStoreId

      String getStoreId()
    • getSpaceId

      String getSpaceId()
    • getContentId

      String getContentId()
    • getStoreType

      org.duracloud.storage.domain.StorageProviderType getStoreType()
    • getResult

      BitIntegrityResult getResult()
    • getContentChecksum

      String getContentChecksum()
    • getStorageProviderChecksum

      String getStorageProviderChecksum()
    • getManifestChecksum

      String getManifestChecksum()
    • getDetails

      String getDetails()
    • getModified

      Date getModified()