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