public final class ContainersBreakLeaseHeaders extends Object
Type | Property and Description |
---|---|
OffsetDateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
ContainersBreakLeaseHeaders() |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
dateProperty()
Get the dateProperty 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.
|
ContainersBreakLeaseHeaders |
withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
ContainersBreakLeaseHeaders |
withETag(String eTag)
Set the eTag value.
|
ContainersBreakLeaseHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
ContainersBreakLeaseHeaders |
withLeaseTime(Integer leaseTime)
Set the leaseTime value.
|
ContainersBreakLeaseHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ContainersBreakLeaseHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime dateProperty
public String eTag()
public ContainersBreakLeaseHeaders withETag(String eTag)
eTag
- the eTag value to set.public OffsetDateTime lastModified()
public ContainersBreakLeaseHeaders withLastModified(OffsetDateTime lastModified)
lastModified
- the lastModified value to set.public Integer leaseTime()
public ContainersBreakLeaseHeaders withLeaseTime(Integer leaseTime)
leaseTime
- the leaseTime value to set.public String requestId()
public ContainersBreakLeaseHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public ContainersBreakLeaseHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime dateProperty()
public ContainersBreakLeaseHeaders withDateProperty(OffsetDateTime dateProperty)
dateProperty
- the dateProperty value to set.Copyright © 2018. All rights reserved.