public final class Blob
extends java.lang.Object
| Constructor and Description | 
|---|
| Blob() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | deleted()Get the deleted value. | 
| java.util.Map<java.lang.String,java.lang.String> | metadata()Get the metadata value. | 
| java.lang.String | name()Get the name value. | 
| BlobProperties | properties()Get the properties value. | 
| java.lang.String | snapshot()Get the snapshot value. | 
| Blob | withDeleted(boolean deleted)Set the deleted value. | 
| Blob | withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)Set the metadata value. | 
| Blob | withName(java.lang.String name)Set the name value. | 
| Blob | withProperties(BlobProperties properties)Set the properties value. | 
| Blob | withSnapshot(java.lang.String snapshot)Set the snapshot value. | 
public java.lang.String name()
public Blob withName(java.lang.String name)
name - the name value to set.public boolean deleted()
public Blob withDeleted(boolean deleted)
deleted - the deleted value to set.public java.lang.String snapshot()
public Blob withSnapshot(java.lang.String snapshot)
snapshot - the snapshot value to set.public BlobProperties properties()
public Blob withProperties(BlobProperties properties)
properties - the properties value to set.public java.util.Map<java.lang.String,java.lang.String> metadata()
public Blob withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
metadata - the metadata value to set.