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