Class AgentFileManifestDao.AgentFileManifestEntry

    • Constructor Detail

      • AgentFileManifestEntry

        public AgentFileManifestEntry​(String collectionId,
                                      String fileLocation,
                                      long fileLength,
                                      String fileEtag)
    • Method Detail

      • getCollectionId

        public String getCollectionId()
      • getRawFileLocation

        public String getRawFileLocation()
      • getFileLocation

        public String getFileLocation​(String agentDataBucket)
      • getFileLength

        public long getFileLength()
      • getFileEtag

        public String getFileEtag()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object