public final class BlobsStartCopyFromURLHeaders extends Object
| Type | Property and Description |
|---|---|
OffsetDateTime |
date
Get the dateProperty value.
|
| Constructor and Description |
|---|
BlobsStartCopyFromURLHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
copyId()
Get the copyId value.
|
CopyStatusType |
copyStatus()
Get the copyStatus value.
|
OffsetDateTime |
dateProperty()
Get the dateProperty value.
|
String |
eTag()
Get the eTag value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
BlobsStartCopyFromURLHeaders |
withCopyId(String copyId)
Set the copyId value.
|
BlobsStartCopyFromURLHeaders |
withCopyStatus(CopyStatusType copyStatus)
Set the copyStatus value.
|
BlobsStartCopyFromURLHeaders |
withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
BlobsStartCopyFromURLHeaders |
withETag(String eTag)
Set the eTag value.
|
BlobsStartCopyFromURLHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobsStartCopyFromURLHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobsStartCopyFromURLHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime dateProperty
public String eTag()
public BlobsStartCopyFromURLHeaders withETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime lastModified()
public BlobsStartCopyFromURLHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String requestId()
public BlobsStartCopyFromURLHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public BlobsStartCopyFromURLHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime dateProperty()
public BlobsStartCopyFromURLHeaders withDateProperty(OffsetDateTime dateProperty)
dateProperty - the dateProperty value to set.public String copyId()
public BlobsStartCopyFromURLHeaders withCopyId(String copyId)
copyId - the copyId value to set.public CopyStatusType copyStatus()
public BlobsStartCopyFromURLHeaders withCopyStatus(CopyStatusType copyStatus)
copyStatus - the copyStatus value to set.Copyright © 2018. All rights reserved.