public final class BlockBlobGetBlockListHeaders extends Object
| Constructor and Description |
|---|
BlockBlobGetBlockListHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Long |
blobContentLength()
Get the blobContentLength value.
|
String |
contentType()
Get the contentType value.
|
OffsetDateTime |
date()
Get the date value.
|
String |
eTag()
Get the eTag value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
BlockBlobGetBlockListHeaders |
withBlobContentLength(Long blobContentLength)
Set the blobContentLength value.
|
BlockBlobGetBlockListHeaders |
withContentType(String contentType)
Set the contentType value.
|
BlockBlobGetBlockListHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
BlockBlobGetBlockListHeaders |
withETag(String eTag)
Set the eTag value.
|
BlockBlobGetBlockListHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlockBlobGetBlockListHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlockBlobGetBlockListHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime lastModified()
public BlockBlobGetBlockListHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String eTag()
public BlockBlobGetBlockListHeaders withETag(String eTag)
eTag - the eTag value to set.public String contentType()
public BlockBlobGetBlockListHeaders withContentType(String contentType)
contentType - the contentType value to set.public Long blobContentLength()
public BlockBlobGetBlockListHeaders withBlobContentLength(Long blobContentLength)
blobContentLength - the blobContentLength value to set.public String requestId()
public BlockBlobGetBlockListHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public BlockBlobGetBlockListHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public BlockBlobGetBlockListHeaders withDate(OffsetDateTime date)
date - the date value to set.This documentation was released into the public domain.