public final class BlobCopyHeaders
extends java.lang.Object
Type | Property and Description |
---|---|
org.joda.time.DateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
BlobCopyHeaders() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
copyId()
Get the copyId value.
|
CopyStatusType |
copyStatus()
Get the copyStatus 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.
|
BlobCopyHeaders |
withCopyId(java.lang.String copyId)
Set the copyId value.
|
BlobCopyHeaders |
withCopyStatus(CopyStatusType copyStatus)
Set the copyStatus value.
|
BlobCopyHeaders |
withDateProperty(org.joda.time.DateTime dateProperty)
Set the dateProperty value.
|
BlobCopyHeaders |
withETag(java.lang.String eTag)
Set the eTag value.
|
BlobCopyHeaders |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
BlobCopyHeaders |
withRequestId(java.lang.String requestId)
Set the requestId value.
|
BlobCopyHeaders |
withVersion(java.lang.String version)
Set the version value.
|
public java.lang.String eTag()
public BlobCopyHeaders withETag(java.lang.String eTag)
eTag
- the eTag value to set.public org.joda.time.DateTime lastModified()
public BlobCopyHeaders withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to set.public java.lang.String requestId()
public BlobCopyHeaders withRequestId(java.lang.String requestId)
requestId
- the requestId value to set.public java.lang.String version()
public BlobCopyHeaders withVersion(java.lang.String version)
version
- the version value to set.public org.joda.time.DateTime dateProperty()
public BlobCopyHeaders withDateProperty(org.joda.time.DateTime dateProperty)
dateProperty
- the dateProperty value to set.public java.lang.String copyId()
public BlobCopyHeaders withCopyId(java.lang.String copyId)
copyId
- the copyId value to set.public CopyStatusType copyStatus()
public BlobCopyHeaders withCopyStatus(CopyStatusType copyStatus)
copyStatus
- the copyStatus value to set.