public final class Blobs
extends java.lang.Object
Constructor and Description |
---|
Blobs() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Blob> |
blob()
Get the blob value.
|
java.util.List<BlobPrefix> |
blobPrefix()
Get the blobPrefix value.
|
Blobs |
withBlob(java.util.List<Blob> blob)
Set the blob value.
|
Blobs |
withBlobPrefix(java.util.List<BlobPrefix> blobPrefix)
Set the blobPrefix value.
|
public java.util.List<BlobPrefix> blobPrefix()
public Blobs withBlobPrefix(java.util.List<BlobPrefix> blobPrefix)
blobPrefix
- the blobPrefix value to set.public java.util.List<Blob> blob()