public class DownloadEvent extends Object
| 构造器和说明 |
|---|
DownloadEvent() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucket() |
String |
getCheckpointFile() |
com.volcengine.tos.comm.event.DownloadEventType |
getDownloadEventType() |
DownloadPartInfo |
getDownloadPartInfo() |
String |
getFilePath() |
String |
getKey() |
String |
getTempFilePath() |
TosException |
getTosException() |
String |
getVersionID() |
DownloadEvent |
setBucket(String bucket) |
DownloadEvent |
setCheckpointFile(String checkpointFile) |
DownloadEvent |
setDownloadEventType(com.volcengine.tos.comm.event.DownloadEventType downloadEventType) |
DownloadEvent |
setDownloadPartInfo(DownloadPartInfo downloadPartInfo) |
DownloadEvent |
setFilePath(String filePath) |
DownloadEvent |
setKey(String key) |
DownloadEvent |
setTempFilePath(String tempFilePath) |
DownloadEvent |
setTosException(TosException tosException) |
DownloadEvent |
setVersionID(String versionID) |
String |
toString() |
public com.volcengine.tos.comm.event.DownloadEventType getDownloadEventType()
public DownloadEvent setDownloadEventType(com.volcengine.tos.comm.event.DownloadEventType downloadEventType)
public TosException getTosException()
public DownloadEvent setTosException(TosException tosException)
public String getBucket()
public DownloadEvent setBucket(String bucket)
public String getKey()
public DownloadEvent setKey(String key)
public String getVersionID()
public DownloadEvent setVersionID(String versionID)
public String getFilePath()
public DownloadEvent setFilePath(String filePath)
public String getCheckpointFile()
public DownloadEvent setCheckpointFile(String checkpointFile)
public String getTempFilePath()
public DownloadEvent setTempFilePath(String tempFilePath)
public DownloadPartInfo getDownloadPartInfo()
public DownloadEvent setDownloadPartInfo(DownloadPartInfo downloadPartInfo)
Copyright © 2023. All rights reserved.