public final class BlobHierarchyList extends Object
| Constructor and Description |
|---|
BlobHierarchyList() |
| Modifier and Type | Method and Description |
|---|---|
List<Blob> |
blob()
Get the blob value.
|
List<BlobPrefix> |
blobPrefix()
Get the blobPrefix value.
|
BlobHierarchyList |
withBlob(List<Blob> blob)
Set the blob value.
|
BlobHierarchyList |
withBlobPrefix(List<BlobPrefix> blobPrefix)
Set the blobPrefix value.
|
public List<BlobPrefix> blobPrefix()
public BlobHierarchyList withBlobPrefix(List<BlobPrefix> blobPrefix)
blobPrefix - the blobPrefix value to set.public BlobHierarchyList withBlob(List<Blob> blob)
blob - the blob value to set.Copyright © 2018. All rights reserved.