public final class ContainerListBlobFlatSegmentHeaders extends Object
| Constructor and Description |
|---|
ContainerListBlobFlatSegmentHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentType()
Get the contentType value.
|
OffsetDateTime |
date()
Get the date value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
ContainerListBlobFlatSegmentHeaders |
withContentType(String contentType)
Set the contentType value.
|
ContainerListBlobFlatSegmentHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
ContainerListBlobFlatSegmentHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ContainerListBlobFlatSegmentHeaders |
withVersion(String version)
Set the version value.
|
public String contentType()
public ContainerListBlobFlatSegmentHeaders withContentType(String contentType)
contentType - the contentType value to set.public String requestId()
public ContainerListBlobFlatSegmentHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public ContainerListBlobFlatSegmentHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public ContainerListBlobFlatSegmentHeaders withDate(OffsetDateTime date)
date - the date value to set.This documentation was released into the public domain.