public final class BlobSetPropertiesHeaders
extends java.lang.Object
Type | Property and Description |
---|---|
org.joda.time.DateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
BlobSetPropertiesHeaders() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
blobSequenceNumber()
Get the blobSequenceNumber 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.
|
BlobSetPropertiesHeaders |
withBlobSequenceNumber(java.lang.String blobSequenceNumber)
Set the blobSequenceNumber value.
|
BlobSetPropertiesHeaders |
withDateProperty(org.joda.time.DateTime dateProperty)
Set the dateProperty value.
|
BlobSetPropertiesHeaders |
withETag(java.lang.String eTag)
Set the eTag value.
|
BlobSetPropertiesHeaders |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
BlobSetPropertiesHeaders |
withRequestId(java.lang.String requestId)
Set the requestId value.
|
BlobSetPropertiesHeaders |
withVersion(java.lang.String version)
Set the version value.
|
public java.lang.String eTag()
public BlobSetPropertiesHeaders withETag(java.lang.String eTag)
eTag
- the eTag value to set.public org.joda.time.DateTime lastModified()
public BlobSetPropertiesHeaders withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to set.public java.lang.String blobSequenceNumber()
public BlobSetPropertiesHeaders withBlobSequenceNumber(java.lang.String blobSequenceNumber)
blobSequenceNumber
- the blobSequenceNumber value to set.public java.lang.String requestId()
public BlobSetPropertiesHeaders withRequestId(java.lang.String requestId)
requestId
- the requestId value to set.public java.lang.String version()
public BlobSetPropertiesHeaders withVersion(java.lang.String version)
version
- the version value to set.public org.joda.time.DateTime dateProperty()
public BlobSetPropertiesHeaders withDateProperty(org.joda.time.DateTime dateProperty)
dateProperty
- the dateProperty value to set.