public final class ContainersListBlobFlatSegmentHeaders extends Object
| Constructor and Description |
|---|
ContainersListBlobFlatSegmentHeaders() |
| 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.
|
ContainersListBlobFlatSegmentHeaders |
withContentType(String contentType)
Set the contentType value.
|
ContainersListBlobFlatSegmentHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
ContainersListBlobFlatSegmentHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ContainersListBlobFlatSegmentHeaders |
withVersion(String version)
Set the version value.
|
public ContainersListBlobFlatSegmentHeaders()
public String contentType()
public ContainersListBlobFlatSegmentHeaders withContentType(String contentType)
contentType - the contentType value to set.public String requestId()
public ContainersListBlobFlatSegmentHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public ContainersListBlobFlatSegmentHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public ContainersListBlobFlatSegmentHeaders withDate(OffsetDateTime date)
date - the date value to set.Copyright © 2018. All rights reserved.