Class ManifestEntry


  • public class ManifestEntry
    extends Object
    Author:
    Daniel Bernstein Date: Jul 28, 2015
    • Constructor Detail

      • ManifestEntry

        public ManifestEntry​(String checksum,
                             String contentId)
        Parameters:
        checksum -
        contentId -
    • Method Detail

      • getChecksum

        public String getChecksum()
        Returns:
        the checksum
      • setChecksum

        public void setChecksum​(String checksum)
        Parameters:
        checksum - the checksum to set
      • getContentId

        public String getContentId()
        Returns:
        the contentId
      • setContentId

        public void setContentId​(String contentId)
        Parameters:
        contentId - the contentId to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object