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