public final class ListBlobsHierarchySegmentResponse extends Object
| Constructor and Description |
|---|
ListBlobsHierarchySegmentResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
BlobHierarchyListSegment |
segment()
Get the segment value.
|
String |
serviceEndpoint()
Get the serviceEndpoint value.
|
ListBlobsHierarchySegmentResponse |
withContainerName(String containerName)
Set the containerName value.
|
ListBlobsHierarchySegmentResponse |
withDelimiter(String delimiter)
Set the delimiter value.
|
ListBlobsHierarchySegmentResponse |
withMarker(String marker)
Set the marker value.
|
ListBlobsHierarchySegmentResponse |
withMaxResults(int maxResults)
Set the maxResults value.
|
ListBlobsHierarchySegmentResponse |
withNextMarker(String nextMarker)
Set the nextMarker value.
|
ListBlobsHierarchySegmentResponse |
withPrefix(String prefix)
Set the prefix value.
|
ListBlobsHierarchySegmentResponse |
withSegment(BlobHierarchyListSegment segment)
Set the segment value.
|
ListBlobsHierarchySegmentResponse |
withServiceEndpoint(String serviceEndpoint)
Set the serviceEndpoint value.
|
public String serviceEndpoint()
public ListBlobsHierarchySegmentResponse withServiceEndpoint(String serviceEndpoint)
serviceEndpoint - the serviceEndpoint value to set.public String containerName()
public ListBlobsHierarchySegmentResponse withContainerName(String containerName)
containerName - the containerName value to set.public String prefix()
public ListBlobsHierarchySegmentResponse withPrefix(String prefix)
prefix - the prefix value to set.public String marker()
public ListBlobsHierarchySegmentResponse withMarker(String marker)
marker - the marker value to set.public int maxResults()
public ListBlobsHierarchySegmentResponse withMaxResults(int maxResults)
maxResults - the maxResults value to set.public String delimiter()
public ListBlobsHierarchySegmentResponse withDelimiter(String delimiter)
delimiter - the delimiter value to set.public BlobHierarchyListSegment segment()
public ListBlobsHierarchySegmentResponse withSegment(BlobHierarchyListSegment segment)
segment - the segment value to set.public String nextMarker()
public ListBlobsHierarchySegmentResponse withNextMarker(String nextMarker)
nextMarker - the nextMarker value to set.This documentation was released into the public domain.