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