org.jclouds.azureblob.domain.internal
Class ListBlobBlocksResponseImpl
java.lang.Object
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
ListBlobBlocksResponseImpl
public ListBlobBlocksResponseImpl(List<BlobBlockProperties> blocks)
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.