org.jclouds.azureblob.domain.internal
Class BlobBlockPropertiesImpl

java.lang.Object
  extended by 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
BlobBlockPropertiesImpl(String blockName, long contentLength, boolean committed)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBlockName()
           
 long getContentLength()
           
 int hashCode()
           
 boolean isCommitted()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobBlockPropertiesImpl

public BlobBlockPropertiesImpl(String blockName,
                               long contentLength,
                               boolean committed)
Method Detail

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.