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 Detail

      • getAccount

        String getAccount()
      • getStoreId

        String getStoreId()
      • getSpaceId

        String getSpaceId()
      • getContentId

        String getContentId()
      • getStoreType

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

        String getContentChecksum()
      • getStorageProviderChecksum

        String getStorageProviderChecksum()
      • getManifestChecksum

        String getManifestChecksum()
      • getDetails

        String getDetails()
      • getModified

        Date getModified()