public final class BlobCopyFromURLHeaders extends Object
Constructor and Description |
---|
BlobCopyFromURLHeaders() |
Modifier and Type | Method and Description |
---|---|
String |
copyId()
Get the copyId value.
|
SyncCopyStatusType |
copyStatus()
Get the copyStatus value.
|
OffsetDateTime |
date()
Get the date 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.
|
BlobCopyFromURLHeaders |
withCopyId(String copyId)
Set the copyId value.
|
BlobCopyFromURLHeaders |
withCopyStatus(SyncCopyStatusType copyStatus)
Set the copyStatus value.
|
BlobCopyFromURLHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
BlobCopyFromURLHeaders |
withETag(String eTag)
Set the eTag value.
|
BlobCopyFromURLHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobCopyFromURLHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobCopyFromURLHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public BlobCopyFromURLHeaders withETag(String eTag)
eTag
- the eTag value to set.public OffsetDateTime lastModified()
public BlobCopyFromURLHeaders withLastModified(OffsetDateTime lastModified)
lastModified
- the lastModified value to set.public String requestId()
public BlobCopyFromURLHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public BlobCopyFromURLHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime date()
public BlobCopyFromURLHeaders withDate(OffsetDateTime date)
date
- the date value to set.public String copyId()
public BlobCopyFromURLHeaders withCopyId(String copyId)
copyId
- the copyId value to set.public SyncCopyStatusType copyStatus()
public BlobCopyFromURLHeaders withCopyStatus(SyncCopyStatusType copyStatus)
copyStatus
- the copyStatus value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.