org.jclouds.azureblob.domain.internal
Class ListBlobBlocksResponseImpl

java.lang.Object
  extended by org.jclouds.azureblob.domain.internal.ListBlobBlocksResponseImpl
All Implemented Interfaces:
ListBlobBlocksResponse

public class ListBlobBlocksResponseImpl
extends Object
implements ListBlobBlocksResponse

Represents the list of blocks which compose a blob


Constructor Summary
ListBlobBlocksResponseImpl(List<BlobBlockProperties> blocks)
           
 
Method Summary
 boolean equals(Object o)
           
 List<BlobBlockProperties> getBlocks()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBlobBlocksResponseImpl

public ListBlobBlocksResponseImpl(List<BlobBlockProperties> blocks)
Method Detail

getBlocks

public List<BlobBlockProperties> getBlocks()
Specified by:
getBlocks in interface ListBlobBlocksResponse

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.