Class BlobBlockPropertiesImpl
java.lang.Object
org.jclouds.azureblob.domain.internal.BlobBlockPropertiesImpl
- All Implemented Interfaces:
BlobBlockProperties
Representation of the blocks which compose a Blob
-
Constructor Summary
ConstructorsConstructorDescriptionBlobBlockPropertiesImpl
(String blockName, long contentLength, boolean committed) -
Method Summary
-
Constructor Details
-
BlobBlockPropertiesImpl
-
-
Method Details
-
getBlockName
- Specified by:
getBlockName
in interfaceBlobBlockProperties
-
isCommitted
public boolean isCommitted()- Specified by:
isCommitted
in interfaceBlobBlockProperties
-
getContentLength
public long getContentLength()- Specified by:
getContentLength
in interfaceBlobBlockProperties
-
equals
-
hashCode
public int hashCode()
-