Package org.jclouds.b2.domain
Class ListUnfinishedLargeFilesResponse.Entry
- java.lang.Object
-
- org.jclouds.b2.domain.ListUnfinishedLargeFilesResponse.Entry
-
- Enclosing class:
- ListUnfinishedLargeFilesResponse
public abstract static class ListUnfinishedLargeFilesResponse.Entry extends Object
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
accountId()
abstract Action
action()
Always "upload".abstract String
bucketId()
abstract Long
contentLength()
Always null.abstract String
contentSha1()
Always null.abstract String
contentType()
static ListUnfinishedLargeFilesResponse.Entry
create(String accountId, Action action, String bucketId, Long contentLength, String contentSha1, 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()
-
-
-
Method Detail
-
accountId
public abstract String accountId()
-
action
public abstract Action action()
Always "upload".
-
bucketId
public abstract String bucketId()
-
contentType
public abstract String contentType()
-
fileId
public abstract String fileId()
-
fileName
public abstract String fileName()
-
uploadTimestamp
public abstract Date uploadTimestamp()
-
-