public class HashSetListBlobsResponse extends BoundedHashSet<BlobProperties> implements ListBlobsResponse
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
blobPrefixes |
protected String |
delimiter |
marker, maxResults, nextMarker, prefix, url
Constructor and Description |
---|
HashSetListBlobsResponse(Iterable<BlobProperties> contents,
URI url,
String prefix,
String marker,
Integer maxResults,
String nextMarker,
String delimiter,
Iterable<String> blobPrefixes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getBlobPrefixes() |
String |
getDelimiter() |
int |
hashCode() |
String |
toString() |
getMarker, getMaxResults, getNextMarker, getPrefix, getUrl
add, clear, clone, contains, isEmpty, iterator, remove, size
removeAll
addAll, containsAll, retainAll, toArray, toArray
finalize, getClass, notify, notifyAll, wait, wait, wait
getMarker, getMaxResults, getNextMarker, getPrefix, getUrl
protected final String delimiter
public String getDelimiter()
getDelimiter
in interface ListBlobsResponse
public Set<String> getBlobPrefixes()
getBlobPrefixes
in interface ListBlobsResponse
public int hashCode()
hashCode
in interface Collection<BlobProperties>
hashCode
in interface Set<BlobProperties>
hashCode
in class AbstractSet<BlobProperties>
public boolean equals(Object obj)
equals
in interface Collection<BlobProperties>
equals
in interface Set<BlobProperties>
equals
in class AbstractSet<BlobProperties>
public String toString()
toString
in class AbstractCollection<BlobProperties>
Copyright © 2009-2012 jclouds. All Rights Reserved.