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>
blobPrefixes
protected String
delimiter
-
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 boolean
equals(Object obj)
Set<String>
getBlobPrefixes()
String
getDelimiter()
int
hashCode()
String
toString()
-
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:
getDelimiter
in interfaceListBlobsResponse
-
getBlobPrefixes
public Set<String> getBlobPrefixes()
- Specified by:
getBlobPrefixes
in interfaceListBlobsResponse
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceCollection<BlobProperties>
- Specified by:
hashCode
in interfaceSet<BlobProperties>
- Overrides:
hashCode
in classAbstractSet<BlobProperties>
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceCollection<BlobProperties>
- Specified by:
equals
in interfaceSet<BlobProperties>
- Overrides:
equals
in classAbstractSet<BlobProperties>
-
toString
public String toString()
- Overrides:
toString
in classAbstractCollection<BlobProperties>
-
-