public final class ContainersSetMetadataHeaders extends Object
| Type | Property and Description |
|---|---|
OffsetDateTime |
date
Get the dateProperty value.
|
| Constructor and Description |
|---|
ContainersSetMetadataHeaders() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
dateProperty()
Get the dateProperty value.
|
String |
eTag()
Get the eTag value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
ContainersSetMetadataHeaders |
withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
ContainersSetMetadataHeaders |
withETag(String eTag)
Set the eTag value.
|
ContainersSetMetadataHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
ContainersSetMetadataHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ContainersSetMetadataHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime dateProperty
public String eTag()
public ContainersSetMetadataHeaders withETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime lastModified()
public ContainersSetMetadataHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String requestId()
public ContainersSetMetadataHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public ContainersSetMetadataHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime dateProperty()
public ContainersSetMetadataHeaders withDateProperty(OffsetDateTime dateProperty)
dateProperty - the dateProperty value to set.Copyright © 2018. All rights reserved.