public class UploadResult
extends java.lang.Object
ArchiveTransferManager
.ArchiveTransferManager
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
archiveId
The ID of the uploaded archive
|
Constructor and Description |
---|
UploadResult(java.lang.String archiveId)
Constructs a new UploadResult with the specified archive ID.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArchiveId()
Returns the ID of the uploaded archive.
|