public final class ListBlobsHierarchyResponse extends Object
| Constructor and Description |
|---|
ListBlobsHierarchyResponse() |
| Modifier and Type | Method and Description |
|---|---|
BlobHierarchyList |
blobs()
Get the blobs value.
|
String |
containerName()
Get the containerName value.
|
String |
delimiter()
Get the delimiter value.
|
String |
marker()
Get the marker value.
|
int |
maxResults()
Get the maxResults value.
|
String |
nextMarker()
Get the nextMarker value.
|
String |
prefix()
Get the prefix value.
|
String |
serviceEndpoint()
Get the serviceEndpoint value.
|
ListBlobsHierarchyResponse |
withBlobs(BlobHierarchyList blobs)
Set the blobs value.
|
ListBlobsHierarchyResponse |
withContainerName(String containerName)
Set the containerName value.
|
ListBlobsHierarchyResponse |
withDelimiter(String delimiter)
Set the delimiter value.
|
ListBlobsHierarchyResponse |
withMarker(String marker)
Set the marker value.
|
ListBlobsHierarchyResponse |
withMaxResults(int maxResults)
Set the maxResults value.
|
ListBlobsHierarchyResponse |
withNextMarker(String nextMarker)
Set the nextMarker value.
|
ListBlobsHierarchyResponse |
withPrefix(String prefix)
Set the prefix value.
|
ListBlobsHierarchyResponse |
withServiceEndpoint(String serviceEndpoint)
Set the serviceEndpoint value.
|
public String serviceEndpoint()
public ListBlobsHierarchyResponse withServiceEndpoint(String serviceEndpoint)
serviceEndpoint - the serviceEndpoint value to set.public String containerName()
public ListBlobsHierarchyResponse withContainerName(String containerName)
containerName - the containerName value to set.public String prefix()
public ListBlobsHierarchyResponse withPrefix(String prefix)
prefix - the prefix value to set.public String marker()
public ListBlobsHierarchyResponse withMarker(String marker)
marker - the marker value to set.public int maxResults()
public ListBlobsHierarchyResponse withMaxResults(int maxResults)
maxResults - the maxResults value to set.public String delimiter()
public ListBlobsHierarchyResponse withDelimiter(String delimiter)
delimiter - the delimiter value to set.public BlobHierarchyList blobs()
public ListBlobsHierarchyResponse withBlobs(BlobHierarchyList blobs)
blobs - the blobs value to set.public String nextMarker()
public ListBlobsHierarchyResponse withNextMarker(String nextMarker)
nextMarker - the nextMarker value to set.Copyright © 2018. All rights reserved.