public class S3FileTransferResultsDto extends Object
| Constructor and Description |
|---|
S3FileTransferResultsDto() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDurationMillis() |
Long |
getTotalBytesTransferred() |
Long |
getTotalFilesTransferred() |
void |
setDurationMillis(Long durationMillis) |
void |
setTotalBytesTransferred(Long totalBytesTransferred) |
void |
setTotalFilesTransferred(Long totalFilesTransferred) |
public Long getTotalFilesTransferred()
public void setTotalFilesTransferred(Long totalFilesTransferred)
public Long getTotalBytesTransferred()
public void setTotalBytesTransferred(Long totalBytesTransferred)
public Long getDurationMillis()
public void setDurationMillis(Long durationMillis)
Copyright © 2017. All rights reserved.