public final class CopyState extends Object
Constructor and Description |
---|
CopyState() |
Modifier and Type | Method and Description |
---|---|
Long |
getBytesCopied()
Gets the number of bytes copied in the operation so far.
|
Date |
getCompletionTime()
Gets the time that the copy operation completed.
|
String |
getCopyDestinationSnapshotID()
Gets the snapshot ID of the last successful incremental copy snapshot.
|
String |
getCopyId()
Gets the ID of the copy operation.
|
URI |
getSource()
Gets the source URI of the copy operation.
|
CopyStatus |
getStatus()
Gets the status of the copy operation.
|
String |
getStatusDescription()
Gets the status description of the copy operation.
|
Long |
getTotalBytes()
Gets the number of bytes total number of bytes to copy.
|
public String getCopyId()
String
which represents the ID of the copy operation.public Date getCompletionTime()
Date
object which represents the time that the copy operation completed.public CopyStatus getStatus()
CopyStatus
object representing the status of the copy operation.public URI getSource()
URI
object which represents the source URI of the copy operation in a string.public Long getBytesCopied()
long
which represents the number of bytes copied.public Long getTotalBytes()
long
which represents the total number of bytes to copy.public String getStatusDescription()
String
which represents the status description.public String getCopyDestinationSnapshotID()
String
which represents the snapshot ID of the last successful incremental copy snapshot.Copyright © 2019. All rights reserved.