- java.lang.Object
-
- org.duracloud.snapshot.service.impl.ManifestEntry
-
public class ManifestEntry extends Object
- Author:
- Daniel Bernstein Date: Jul 28, 2015
-
-
Constructor Summary
Constructors Constructor Description ManifestEntry(String checksum, String contentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetChecksum()StringgetContentId()inthashCode()voidsetChecksum(String checksum)voidsetContentId(String contentId)StringtoString()
-
-
-
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
-
-