public final class BlobAcquireLeaseHeaders extends Object
Constructor and Description |
---|
BlobAcquireLeaseHeaders() |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
date()
Get the date value.
|
String |
eTag()
Get the eTag value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
String |
leaseId()
Get the leaseId value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
BlobAcquireLeaseHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
BlobAcquireLeaseHeaders |
withETag(String eTag)
Set the eTag value.
|
BlobAcquireLeaseHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobAcquireLeaseHeaders |
withLeaseId(String leaseId)
Set the leaseId value.
|
BlobAcquireLeaseHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobAcquireLeaseHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public BlobAcquireLeaseHeaders withETag(String eTag)
eTag
- the eTag value to set.public OffsetDateTime lastModified()
public BlobAcquireLeaseHeaders withLastModified(OffsetDateTime lastModified)
lastModified
- the lastModified value to set.public String leaseId()
public BlobAcquireLeaseHeaders withLeaseId(String leaseId)
leaseId
- the leaseId value to set.public String requestId()
public BlobAcquireLeaseHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public BlobAcquireLeaseHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime date()
public BlobAcquireLeaseHeaders withDate(OffsetDateTime date)
date
- the date value to set.This documentation was released into the public domain.