public final class ContainerGetAclHeaders
extends java.lang.Object
Type | Property and Description |
---|---|
org.joda.time.DateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
ContainerGetAclHeaders() |
Modifier and Type | Method and Description |
---|---|
PublicAccessType |
blobPublicAccess()
Get the blobPublicAccess value.
|
org.joda.time.DateTime |
dateProperty()
Get the dateProperty value.
|
java.lang.String |
eTag()
Get the eTag value.
|
org.joda.time.DateTime |
lastModified()
Get the lastModified value.
|
java.lang.String |
requestId()
Get the requestId value.
|
java.lang.String |
version()
Get the version value.
|
ContainerGetAclHeaders |
withBlobPublicAccess(PublicAccessType blobPublicAccess)
Set the blobPublicAccess value.
|
ContainerGetAclHeaders |
withDateProperty(org.joda.time.DateTime dateProperty)
Set the dateProperty value.
|
ContainerGetAclHeaders |
withETag(java.lang.String eTag)
Set the eTag value.
|
ContainerGetAclHeaders |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
ContainerGetAclHeaders |
withRequestId(java.lang.String requestId)
Set the requestId value.
|
ContainerGetAclHeaders |
withVersion(java.lang.String version)
Set the version value.
|
public PublicAccessType blobPublicAccess()
public ContainerGetAclHeaders withBlobPublicAccess(PublicAccessType blobPublicAccess)
blobPublicAccess
- the blobPublicAccess value to set.public java.lang.String eTag()
public ContainerGetAclHeaders withETag(java.lang.String eTag)
eTag
- the eTag value to set.public org.joda.time.DateTime lastModified()
public ContainerGetAclHeaders withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to set.public java.lang.String requestId()
public ContainerGetAclHeaders withRequestId(java.lang.String requestId)
requestId
- the requestId value to set.public java.lang.String version()
public ContainerGetAclHeaders withVersion(java.lang.String version)
version
- the version value to set.public org.joda.time.DateTime dateProperty()
public ContainerGetAclHeaders withDateProperty(org.joda.time.DateTime dateProperty)
dateProperty
- the dateProperty value to set.