public final class BlockBlobPutBlockHeaders
extends java.lang.Object
Type | Property and Description |
---|---|
org.joda.time.DateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
BlockBlobPutBlockHeaders() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
contentMD5()
Get the contentMD5 value.
|
org.joda.time.DateTime |
dateProperty()
Get the dateProperty value.
|
java.lang.Boolean |
isServerEncrypted()
Get the isServerEncrypted value.
|
java.lang.String |
requestId()
Get the requestId value.
|
java.lang.String |
version()
Get the version value.
|
BlockBlobPutBlockHeaders |
withContentMD5(java.lang.String contentMD5)
Set the contentMD5 value.
|
BlockBlobPutBlockHeaders |
withDateProperty(org.joda.time.DateTime dateProperty)
Set the dateProperty value.
|
BlockBlobPutBlockHeaders |
withIsServerEncrypted(java.lang.Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
BlockBlobPutBlockHeaders |
withRequestId(java.lang.String requestId)
Set the requestId value.
|
BlockBlobPutBlockHeaders |
withVersion(java.lang.String version)
Set the version value.
|
public java.lang.String contentMD5()
public BlockBlobPutBlockHeaders withContentMD5(java.lang.String contentMD5)
contentMD5
- the contentMD5 value to set.public java.lang.String requestId()
public BlockBlobPutBlockHeaders withRequestId(java.lang.String requestId)
requestId
- the requestId value to set.public java.lang.String version()
public BlockBlobPutBlockHeaders withVersion(java.lang.String version)
version
- the version value to set.public org.joda.time.DateTime dateProperty()
public BlockBlobPutBlockHeaders withDateProperty(org.joda.time.DateTime dateProperty)
dateProperty
- the dateProperty value to set.public java.lang.Boolean isServerEncrypted()
public BlockBlobPutBlockHeaders withIsServerEncrypted(java.lang.Boolean isServerEncrypted)
isServerEncrypted
- the isServerEncrypted value to set.