public final class BlobGetHeaders
extends java.lang.Object
Type | Property and Description |
---|---|
org.joda.time.DateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
BlobGetHeaders() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
acceptRanges()
Get the acceptRanges value.
|
java.lang.String |
blobCommittedBlockCount()
Get the blobCommittedBlockCount value.
|
java.lang.String |
blobContentMD5()
Get the blobContentMD5 value.
|
java.lang.String |
blobSequenceNumber()
Get the blobSequenceNumber value.
|
BlobType |
blobType()
Get the blobType value.
|
java.lang.String |
cacheControl()
Get the cacheControl value.
|
java.lang.String |
contentDisposition()
Get the contentDisposition value.
|
java.lang.String |
contentEncoding()
Get the contentEncoding value.
|
java.lang.String |
contentLanguage()
Get the contentLanguage value.
|
java.lang.Long |
contentLength()
Get the contentLength value.
|
java.lang.String |
contentMD5()
Get the contentMD5 value.
|
java.lang.String |
contentRange()
Get the contentRange value.
|
java.lang.String |
contentType()
Get the contentType value.
|
org.joda.time.DateTime |
copyCompletionTime()
Get the copyCompletionTime value.
|
java.lang.String |
copyId()
Get the copyId value.
|
java.lang.String |
copyProgress()
Get the copyProgress value.
|
java.lang.String |
copySource()
Get the copySource value.
|
CopyStatusType |
copyStatus()
Get the copyStatus value.
|
java.lang.String |
copyStatusDescription()
Get the copyStatusDescription value.
|
org.joda.time.DateTime |
dateProperty()
Get the dateProperty value.
|
java.lang.String |
eTag()
Get the eTag value.
|
java.lang.Boolean |
isServerEncrypted()
Get the isServerEncrypted value.
|
org.joda.time.DateTime |
lastModified()
Get the lastModified value.
|
LeaseDurationType |
leaseDuration()
Get the leaseDuration value.
|
LeaseStateType |
leaseState()
Get the leaseState value.
|
LeaseStatusType |
leaseStatus()
Get the leaseStatus value.
|
java.util.Map<java.lang.String,java.lang.String> |
metadata()
Get the metadata value.
|
java.lang.String |
requestId()
Get the requestId value.
|
java.lang.String |
version()
Get the version value.
|
BlobGetHeaders |
withAcceptRanges(java.lang.String acceptRanges)
Set the acceptRanges value.
|
BlobGetHeaders |
withBlobCommittedBlockCount(java.lang.String blobCommittedBlockCount)
Set the blobCommittedBlockCount value.
|
BlobGetHeaders |
withBlobContentMD5(java.lang.String blobContentMD5)
Set the blobContentMD5 value.
|
BlobGetHeaders |
withBlobSequenceNumber(java.lang.String blobSequenceNumber)
Set the blobSequenceNumber value.
|
BlobGetHeaders |
withBlobType(BlobType blobType)
Set the blobType value.
|
BlobGetHeaders |
withCacheControl(java.lang.String cacheControl)
Set the cacheControl value.
|
BlobGetHeaders |
withContentDisposition(java.lang.String contentDisposition)
Set the contentDisposition value.
|
BlobGetHeaders |
withContentEncoding(java.lang.String contentEncoding)
Set the contentEncoding value.
|
BlobGetHeaders |
withContentLanguage(java.lang.String contentLanguage)
Set the contentLanguage value.
|
BlobGetHeaders |
withContentLength(java.lang.Long contentLength)
Set the contentLength value.
|
BlobGetHeaders |
withContentMD5(java.lang.String contentMD5)
Set the contentMD5 value.
|
BlobGetHeaders |
withContentRange(java.lang.String contentRange)
Set the contentRange value.
|
BlobGetHeaders |
withContentType(java.lang.String contentType)
Set the contentType value.
|
BlobGetHeaders |
withCopyCompletionTime(org.joda.time.DateTime copyCompletionTime)
Set the copyCompletionTime value.
|
BlobGetHeaders |
withCopyId(java.lang.String copyId)
Set the copyId value.
|
BlobGetHeaders |
withCopyProgress(java.lang.String copyProgress)
Set the copyProgress value.
|
BlobGetHeaders |
withCopySource(java.lang.String copySource)
Set the copySource value.
|
BlobGetHeaders |
withCopyStatus(CopyStatusType copyStatus)
Set the copyStatus value.
|
BlobGetHeaders |
withCopyStatusDescription(java.lang.String copyStatusDescription)
Set the copyStatusDescription value.
|
BlobGetHeaders |
withDateProperty(org.joda.time.DateTime dateProperty)
Set the dateProperty value.
|
BlobGetHeaders |
withETag(java.lang.String eTag)
Set the eTag value.
|
BlobGetHeaders |
withIsServerEncrypted(java.lang.Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
BlobGetHeaders |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
BlobGetHeaders |
withLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration value.
|
BlobGetHeaders |
withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobGetHeaders |
withLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus value.
|
BlobGetHeaders |
withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
Set the metadata value.
|
BlobGetHeaders |
withRequestId(java.lang.String requestId)
Set the requestId value.
|
BlobGetHeaders |
withVersion(java.lang.String version)
Set the version value.
|
public org.joda.time.DateTime lastModified()
public BlobGetHeaders withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to set.public java.util.Map<java.lang.String,java.lang.String> metadata()
public BlobGetHeaders withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
metadata
- the metadata value to set.public java.lang.Long contentLength()
public BlobGetHeaders withContentLength(java.lang.Long contentLength)
contentLength
- the contentLength value to set.public java.lang.String contentType()
public BlobGetHeaders withContentType(java.lang.String contentType)
contentType
- the contentType value to set.public java.lang.String contentRange()
public BlobGetHeaders withContentRange(java.lang.String contentRange)
contentRange
- the contentRange value to set.public java.lang.String eTag()
public BlobGetHeaders withETag(java.lang.String eTag)
eTag
- the eTag value to set.public java.lang.String contentMD5()
public BlobGetHeaders withContentMD5(java.lang.String contentMD5)
contentMD5
- the contentMD5 value to set.public java.lang.String contentEncoding()
public BlobGetHeaders withContentEncoding(java.lang.String contentEncoding)
contentEncoding
- the contentEncoding value to set.public java.lang.String cacheControl()
public BlobGetHeaders withCacheControl(java.lang.String cacheControl)
cacheControl
- the cacheControl value to set.public java.lang.String contentDisposition()
public BlobGetHeaders withContentDisposition(java.lang.String contentDisposition)
contentDisposition
- the contentDisposition value to set.public java.lang.String contentLanguage()
public BlobGetHeaders withContentLanguage(java.lang.String contentLanguage)
contentLanguage
- the contentLanguage value to set.public java.lang.String blobSequenceNumber()
public BlobGetHeaders withBlobSequenceNumber(java.lang.String blobSequenceNumber)
blobSequenceNumber
- the blobSequenceNumber value to set.public BlobType blobType()
public BlobGetHeaders withBlobType(BlobType blobType)
blobType
- the blobType value to set.public org.joda.time.DateTime copyCompletionTime()
public BlobGetHeaders withCopyCompletionTime(org.joda.time.DateTime copyCompletionTime)
copyCompletionTime
- the copyCompletionTime value to set.public java.lang.String copyStatusDescription()
public BlobGetHeaders withCopyStatusDescription(java.lang.String copyStatusDescription)
copyStatusDescription
- the copyStatusDescription value to set.public java.lang.String copyId()
public BlobGetHeaders withCopyId(java.lang.String copyId)
copyId
- the copyId value to set.public java.lang.String copyProgress()
public BlobGetHeaders withCopyProgress(java.lang.String copyProgress)
copyProgress
- the copyProgress value to set.public java.lang.String copySource()
public BlobGetHeaders withCopySource(java.lang.String copySource)
copySource
- the copySource value to set.public CopyStatusType copyStatus()
public BlobGetHeaders withCopyStatus(CopyStatusType copyStatus)
copyStatus
- the copyStatus value to set.public LeaseDurationType leaseDuration()
public BlobGetHeaders withLeaseDuration(LeaseDurationType leaseDuration)
leaseDuration
- the leaseDuration value to set.public LeaseStateType leaseState()
public BlobGetHeaders withLeaseState(LeaseStateType leaseState)
leaseState
- the leaseState value to set.public LeaseStatusType leaseStatus()
public BlobGetHeaders withLeaseStatus(LeaseStatusType leaseStatus)
leaseStatus
- the leaseStatus value to set.public java.lang.String requestId()
public BlobGetHeaders withRequestId(java.lang.String requestId)
requestId
- the requestId value to set.public java.lang.String version()
public BlobGetHeaders withVersion(java.lang.String version)
version
- the version value to set.public java.lang.String acceptRanges()
public BlobGetHeaders withAcceptRanges(java.lang.String acceptRanges)
acceptRanges
- the acceptRanges value to set.public org.joda.time.DateTime dateProperty()
public BlobGetHeaders withDateProperty(org.joda.time.DateTime dateProperty)
dateProperty
- the dateProperty value to set.public java.lang.String blobCommittedBlockCount()
public BlobGetHeaders withBlobCommittedBlockCount(java.lang.String blobCommittedBlockCount)
blobCommittedBlockCount
- the blobCommittedBlockCount value to set.public java.lang.Boolean isServerEncrypted()
public BlobGetHeaders withIsServerEncrypted(java.lang.Boolean isServerEncrypted)
isServerEncrypted
- the isServerEncrypted value to set.public java.lang.String blobContentMD5()
public BlobGetHeaders withBlobContentMD5(java.lang.String blobContentMD5)
blobContentMD5
- the blobContentMD5 value to set.