public final class ContainerListBlobsHeaders
extends java.lang.Object
Type | Property and Description |
---|---|
org.joda.time.DateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
ContainerListBlobsHeaders() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
contentType()
Get the contentType value.
|
org.joda.time.DateTime |
dateProperty()
Get the dateProperty value.
|
java.lang.String |
requestId()
Get the requestId value.
|
java.lang.String |
version()
Get the version value.
|
ContainerListBlobsHeaders |
withContentType(java.lang.String contentType)
Set the contentType value.
|
ContainerListBlobsHeaders |
withDateProperty(org.joda.time.DateTime dateProperty)
Set the dateProperty value.
|
ContainerListBlobsHeaders |
withRequestId(java.lang.String requestId)
Set the requestId value.
|
ContainerListBlobsHeaders |
withVersion(java.lang.String version)
Set the version value.
|
public java.lang.String contentType()
public ContainerListBlobsHeaders withContentType(java.lang.String contentType)
contentType
- the contentType value to set.public java.lang.String requestId()
public ContainerListBlobsHeaders withRequestId(java.lang.String requestId)
requestId
- the requestId value to set.public java.lang.String version()
public ContainerListBlobsHeaders withVersion(java.lang.String version)
version
- the version value to set.public org.joda.time.DateTime dateProperty()
public ContainerListBlobsHeaders withDateProperty(org.joda.time.DateTime dateProperty)
dateProperty
- the dateProperty value to set.