public final class BlockBlobGetBlockListHeaders
extends java.lang.Object
Type | Property and Description |
---|---|
org.joda.time.DateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
BlockBlobGetBlockListHeaders() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
blobContentLength()
Get the blobContentLength value.
|
java.lang.String |
contentType()
Get the contentType value.
|
org.joda.time.DateTime |
dateProperty()
Get the dateProperty value.
|
java.lang.String |
eTag()
Get the eTag value.
|
org.joda.time.DateTime |
lastModified()
Get the lastModified value.
|
java.lang.String |
requestId()
Get the requestId value.
|
java.lang.String |
version()
Get the version value.
|
BlockBlobGetBlockListHeaders |
withBlobContentLength(java.lang.Long blobContentLength)
Set the blobContentLength value.
|
BlockBlobGetBlockListHeaders |
withContentType(java.lang.String contentType)
Set the contentType value.
|
BlockBlobGetBlockListHeaders |
withDateProperty(org.joda.time.DateTime dateProperty)
Set the dateProperty value.
|
BlockBlobGetBlockListHeaders |
withETag(java.lang.String eTag)
Set the eTag value.
|
BlockBlobGetBlockListHeaders |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
BlockBlobGetBlockListHeaders |
withRequestId(java.lang.String requestId)
Set the requestId value.
|
BlockBlobGetBlockListHeaders |
withVersion(java.lang.String version)
Set the version value.
|
public org.joda.time.DateTime lastModified()
public BlockBlobGetBlockListHeaders withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to set.public java.lang.String eTag()
public BlockBlobGetBlockListHeaders withETag(java.lang.String eTag)
eTag
- the eTag value to set.public java.lang.String contentType()
public BlockBlobGetBlockListHeaders withContentType(java.lang.String contentType)
contentType
- the contentType value to set.public java.lang.Long blobContentLength()
public BlockBlobGetBlockListHeaders withBlobContentLength(java.lang.Long blobContentLength)
blobContentLength
- the blobContentLength value to set.public java.lang.String requestId()
public BlockBlobGetBlockListHeaders withRequestId(java.lang.String requestId)
requestId
- the requestId value to set.public java.lang.String version()
public BlockBlobGetBlockListHeaders withVersion(java.lang.String version)
version
- the version value to set.public org.joda.time.DateTime dateProperty()
public BlockBlobGetBlockListHeaders withDateProperty(org.joda.time.DateTime dateProperty)
dateProperty
- the dateProperty value to set.