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 StringaccountId()abstract Actionaction()Always "upload".abstract StringbucketId()abstract LongcontentLength()Always null.abstract StringcontentSha1()Always null.abstract StringcontentType()static ListUnfinishedLargeFilesResponse.Entrycreate(String accountId, Action action, String bucketId, Long contentLength, String contentSha1, String contentType, String fileId, Map<String,String> fileInfo, String fileName, long uploadTimestamp)abstract StringfileId()abstract Map<String,String>fileInfo()abstract StringfileName()abstract DateuploadTimestamp()
-
-
-
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()
-
-