public final class ContainerBreakLeaseHeaders extends Object
| Constructor and Description |
|---|
ContainerBreakLeaseHeaders() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
date()
Get the date value.
|
String |
eTag()
Get the eTag value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
Integer |
leaseTime()
Get the leaseTime value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
ContainerBreakLeaseHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
ContainerBreakLeaseHeaders |
withETag(String eTag)
Set the eTag value.
|
ContainerBreakLeaseHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
ContainerBreakLeaseHeaders |
withLeaseTime(Integer leaseTime)
Set the leaseTime value.
|
ContainerBreakLeaseHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ContainerBreakLeaseHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public ContainerBreakLeaseHeaders withETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime lastModified()
public ContainerBreakLeaseHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public Integer leaseTime()
public ContainerBreakLeaseHeaders withLeaseTime(Integer leaseTime)
leaseTime - the leaseTime value to set.public String requestId()
public ContainerBreakLeaseHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public ContainerBreakLeaseHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public ContainerBreakLeaseHeaders withDate(OffsetDateTime date)
date - the date value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.