public final class BlobItem extends Object
Constructor and Description |
---|
BlobItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
deleted()
Get the deleted value.
|
Map<String,String> |
metadata()
Get the metadata value.
|
String |
name()
Get the name value.
|
BlobProperties |
properties()
Get the properties value.
|
String |
snapshot()
Get the snapshot value.
|
BlobItem |
withDeleted(boolean deleted)
Set the deleted value.
|
BlobItem |
withMetadata(Map<String,String> metadata)
Set the metadata value.
|
BlobItem |
withName(String name)
Set the name value.
|
BlobItem |
withProperties(BlobProperties properties)
Set the properties value.
|
BlobItem |
withSnapshot(String snapshot)
Set the snapshot value.
|
public String name()
public BlobItem withName(String name)
name
- the name value to set.public boolean deleted()
public BlobItem withDeleted(boolean deleted)
deleted
- the deleted value to set.public String snapshot()
public BlobItem withSnapshot(String snapshot)
snapshot
- the snapshot value to set.public BlobProperties properties()
public BlobItem withProperties(BlobProperties properties)
properties
- the properties value to set.This documentation was released into the public domain.