Package org.duracloud.chunk.writer
Class AddContentResult
- java.lang.Object
-
- org.duracloud.chunk.writer.AddContentResult
-
public class AddContentResult extends Object
- Author:
- Andrew Woods Date: Feb 15, 2010
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddContentResult.State
-
Constructor Summary
Constructors Constructor Description AddContentResult(String spaceId, String contentId, long contentSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentId()longgetContentSize()StringgetMd5()StringgetSpaceId()AddContentResult.StategetState()voidsetMd5(String md5)voidsetState(AddContentResult.State state)
-
-
-
Method Detail
-
getSpaceId
public String getSpaceId()
-
getContentId
public String getContentId()
-
getMd5
public String getMd5()
-
setMd5
public void setMd5(String md5)
-
getContentSize
public long getContentSize()
-
getState
public AddContentResult.State getState()
-
setState
public void setState(AddContentResult.State state)
-
-