public abstract static class ListUnfinishedLargeFilesResponse.Entry extends Object
Constructor and Description |
---|
ListUnfinishedLargeFilesResponse.Entry() |
Modifier and Type | Method and Description |
---|---|
abstract String |
accountId() |
abstract String |
bucketId() |
abstract String |
contentType() |
static ListUnfinishedLargeFilesResponse.Entry |
create(String accountId,
String bucketId,
String contentType,
String fileId,
Map<String,String> fileInfo,
String fileName,
long uploadTimestamp) |
abstract String |
fileId() |
abstract Map<String,String> |
fileInfo() |
abstract String |
fileName() |
abstract Date |
uploadTimestamp() |
public ListUnfinishedLargeFilesResponse.Entry()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.