public final class ContainerListBlobHierarchySegmentHeaders extends Object
| Constructor and Description |
|---|
ContainerListBlobHierarchySegmentHeaders() |
| 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.
|
ContainerListBlobHierarchySegmentHeaders |
withContentType(String contentType)
Set the contentType value.
|
ContainerListBlobHierarchySegmentHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
ContainerListBlobHierarchySegmentHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ContainerListBlobHierarchySegmentHeaders |
withVersion(String version)
Set the version value.
|
public ContainerListBlobHierarchySegmentHeaders()
public String contentType()
public ContainerListBlobHierarchySegmentHeaders withContentType(String contentType)
contentType - the contentType value to set.public String requestId()
public ContainerListBlobHierarchySegmentHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public ContainerListBlobHierarchySegmentHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public ContainerListBlobHierarchySegmentHeaders withDate(OffsetDateTime date)
date - the date value to set.This documentation was released into the public domain.