Class HashSetListBlobsResponse
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<E>
-
- java.util.LinkedHashSet<T>
-
- org.jclouds.azure.storage.domain.internal.BoundedHashSet<BlobProperties>
-
- org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<BlobProperties>,Collection<BlobProperties>,Set<BlobProperties>,BoundedSet<BlobProperties>,ListBlobsResponse
public class HashSetListBlobsResponse extends BoundedHashSet<BlobProperties> implements ListBlobsResponse
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<String>blobPrefixesprotected Stringdelimiter-
Fields inherited from class org.jclouds.azure.storage.domain.internal.BoundedHashSet
marker, maxResults, nextMarker, prefix, url
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Set<String>getBlobPrefixes()StringgetDelimiter()inthashCode()StringtoString()-
Methods inherited from class org.jclouds.azure.storage.domain.internal.BoundedHashSet
getMarker, getMaxResults, getNextMarker, getPrefix, getUrl
-
Methods inherited from class java.util.LinkedHashSet
spliterator
-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
-
Methods inherited from class java.util.AbstractSet
removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jclouds.azure.storage.domain.BoundedSet
getMarker, getMaxResults, getNextMarker, getPrefix, getUrl
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
getDelimiter
public String getDelimiter()
- Specified by:
getDelimiterin interfaceListBlobsResponse
-
getBlobPrefixes
public Set<String> getBlobPrefixes()
- Specified by:
getBlobPrefixesin interfaceListBlobsResponse
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceCollection<BlobProperties>- Specified by:
hashCodein interfaceSet<BlobProperties>- Overrides:
hashCodein classAbstractSet<BlobProperties>
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfaceCollection<BlobProperties>- Specified by:
equalsin interfaceSet<BlobProperties>- Overrides:
equalsin classAbstractSet<BlobProperties>
-
toString
public String toString()
- Overrides:
toStringin classAbstractCollection<BlobProperties>
-
-