Class BlobBlockPropertiesImpl
- java.lang.Object
-
- org.jclouds.azureblob.domain.internal.BlobBlockPropertiesImpl
-
- All Implemented Interfaces:
BlobBlockProperties
public class BlobBlockPropertiesImpl extends Object implements BlobBlockProperties
Representation of the blocks which compose a Blob
-
-
Constructor Summary
Constructors Constructor Description BlobBlockPropertiesImpl(String blockName, long contentLength, boolean committed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBlockName()
long
getContentLength()
int
hashCode()
boolean
isCommitted()
-
-
-
Constructor Detail
-
BlobBlockPropertiesImpl
public BlobBlockPropertiesImpl(String blockName, long contentLength, boolean committed)
-
-
Method Detail
-
getBlockName
public String getBlockName()
- Specified by:
getBlockName
in interfaceBlobBlockProperties
-
isCommitted
public boolean isCommitted()
- Specified by:
isCommitted
in interfaceBlobBlockProperties
-
getContentLength
public long getContentLength()
- Specified by:
getContentLength
in interfaceBlobBlockProperties
-
-