public final class ContainerGetPropertiesHeaders
extends java.lang.Object
Type | Property and Description |
---|---|
org.joda.time.DateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
ContainerGetPropertiesHeaders() |
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.
|
LeaseDurationType |
leaseDuration()
Get the leaseDuration value.
|
LeaseStateType |
leaseState()
Get the leaseState value.
|
LeaseStatusType |
leaseStatus()
Get the leaseStatus value.
|
java.util.Map<java.lang.String,java.lang.String> |
metadata()
Get the metadata value.
|
java.lang.String |
requestId()
Get the requestId value.
|
java.lang.String |
version()
Get the version value.
|
ContainerGetPropertiesHeaders |
withBlobPublicAccess(PublicAccessType blobPublicAccess)
Set the blobPublicAccess value.
|
ContainerGetPropertiesHeaders |
withDateProperty(org.joda.time.DateTime dateProperty)
Set the dateProperty value.
|
ContainerGetPropertiesHeaders |
withETag(java.lang.String eTag)
Set the eTag value.
|
ContainerGetPropertiesHeaders |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
ContainerGetPropertiesHeaders |
withLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration value.
|
ContainerGetPropertiesHeaders |
withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
ContainerGetPropertiesHeaders |
withLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus value.
|
ContainerGetPropertiesHeaders |
withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
Set the metadata value.
|
ContainerGetPropertiesHeaders |
withRequestId(java.lang.String requestId)
Set the requestId value.
|
ContainerGetPropertiesHeaders |
withVersion(java.lang.String version)
Set the version value.
|
public java.util.Map<java.lang.String,java.lang.String> metadata()
public ContainerGetPropertiesHeaders withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
metadata
- the metadata value to set.public java.lang.String eTag()
public ContainerGetPropertiesHeaders withETag(java.lang.String eTag)
eTag
- the eTag value to set.public org.joda.time.DateTime lastModified()
public ContainerGetPropertiesHeaders withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to set.public LeaseDurationType leaseDuration()
public ContainerGetPropertiesHeaders withLeaseDuration(LeaseDurationType leaseDuration)
leaseDuration
- the leaseDuration value to set.public LeaseStateType leaseState()
public ContainerGetPropertiesHeaders withLeaseState(LeaseStateType leaseState)
leaseState
- the leaseState value to set.public LeaseStatusType leaseStatus()
public ContainerGetPropertiesHeaders withLeaseStatus(LeaseStatusType leaseStatus)
leaseStatus
- the leaseStatus value to set.public java.lang.String requestId()
public ContainerGetPropertiesHeaders withRequestId(java.lang.String requestId)
requestId
- the requestId value to set.public java.lang.String version()
public ContainerGetPropertiesHeaders withVersion(java.lang.String version)
version
- the version value to set.public org.joda.time.DateTime dateProperty()
public ContainerGetPropertiesHeaders withDateProperty(org.joda.time.DateTime dateProperty)
dateProperty
- the dateProperty value to set.public PublicAccessType blobPublicAccess()
public ContainerGetPropertiesHeaders withBlobPublicAccess(PublicAccessType blobPublicAccess)
blobPublicAccess
- the blobPublicAccess value to set.