org.jclouds.azureblob.domain.internal
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
BlobBlockPropertiesImpl
public BlobBlockPropertiesImpl(String blockName,
long contentLength,
boolean committed)
getBlockName
public String getBlockName()
- Specified by:
getBlockName in interface BlobBlockProperties
isCommitted
public boolean isCommitted()
- Specified by:
isCommitted in interface BlobBlockProperties
getContentLength
public long getContentLength()
- Specified by:
getContentLength in interface BlobBlockProperties
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.