public final class BlobItem extends Object
Constructor and Description |
---|
BlobItem() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getMetadata()
Get the metadata property: The metadata property.
|
String |
getName()
Get the name property: The name property.
|
BlobItemProperties |
getProperties()
Get the properties property: The properties property.
|
String |
getSnapshot()
Get the snapshot property: The snapshot property.
|
String |
getVersionId()
Get the versionId property: The versionId property.
|
boolean |
isDeleted()
Get the deleted property: The deleted property.
|
Boolean |
isPrefix()
Get the isPrefix property: The isPrefix property.
|
BlobItem |
setDeleted(boolean deleted)
Set the deleted property: The deleted property.
|
BlobItem |
setIsPrefix(Boolean isPrefix)
Set the isPrefix property: The isPrefix property.
|
BlobItem |
setMetadata(Map<String,String> metadata)
Set the metadata property: The metadata property.
|
BlobItem |
setName(String name)
Set the name property: The name property.
|
BlobItem |
setProperties(BlobItemProperties properties)
Set the properties property: The properties property.
|
BlobItem |
setSnapshot(String snapshot)
Set the snapshot property: The snapshot property.
|
BlobItem |
setVersionId(String versionId)
Set the versionId property: The versionId property.
|
public String getName()
public BlobItem setName(String name)
name
- the name value to set.public boolean isDeleted()
public BlobItem setDeleted(boolean deleted)
deleted
- the deleted value to set.public String getSnapshot()
public BlobItem setSnapshot(String snapshot)
snapshot
- the snapshot value to set.public BlobItemProperties getProperties()
public BlobItem setProperties(BlobItemProperties properties)
properties
- the properties value to set.public Map<String,String> getMetadata()
public BlobItem setMetadata(Map<String,String> metadata)
metadata
- the metadata value to set.public String getVersionId()
public BlobItem setVersionId(String versionId)
versionId
- the versionId value to set.public Boolean isPrefix()
Copyright © 2019 Microsoft Corporation. All rights reserved.