public final class BlobRenewLeaseHeaders extends Object
| Constructor and Description |
|---|
BlobRenewLeaseHeaders() |
| 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.
|
BlobRenewLeaseHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
BlobRenewLeaseHeaders |
withETag(String eTag)
Set the eTag value.
|
BlobRenewLeaseHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobRenewLeaseHeaders |
withLeaseId(String leaseId)
Set the leaseId value.
|
BlobRenewLeaseHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobRenewLeaseHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public BlobRenewLeaseHeaders withETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime lastModified()
public BlobRenewLeaseHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String leaseId()
public BlobRenewLeaseHeaders withLeaseId(String leaseId)
leaseId - the leaseId value to set.public String requestId()
public BlobRenewLeaseHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public BlobRenewLeaseHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public BlobRenewLeaseHeaders withDate(OffsetDateTime date)
date - the date value to set.This documentation was released into the public domain.