public class AsperaResultImpl extends Object implements AsperaResult
Constructor and Description |
---|
AsperaResultImpl(String bucketName,
String key,
String fileName) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket containing the uploaded object.
|
String |
getFileName()
Returns the uploaded or downloaded file/folder name
|
String |
getKey()
Returns the key by which the newly created object is stored.
|
public String getBucketName()
AsperaResult
getBucketName
in interface AsperaResult
public String getKey()
AsperaResult
getKey
in interface AsperaResult
public String getFileName()
AsperaResult
getFileName
in interface AsperaResult
Copyright © 2024. All rights reserved.