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, getUrladd, clear, clone, contains, isEmpty, iterator, remove, sizeremoveAlladdAll, containsAll, retainAll, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitgetMarker, getMaxResults, getNextMarker, getPrefix, getUrlprotected final String delimiter
public String getDelimiter()
getDelimiter in interface ListBlobsResponsepublic Set<String> getBlobPrefixes()
getBlobPrefixes in interface ListBlobsResponsepublic 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-2016 The Apache Software Foundation. All Rights Reserved.