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