Package org.jclouds.b2.domain
Class B2ObjectList.Entry
- java.lang.Object
-
- org.jclouds.b2.domain.B2ObjectList.Entry
-
- Enclosing class:
- B2ObjectList
public abstract static class B2ObjectList.Entry extends Object
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract StringaccountId()abstract Actionaction()abstract StringbucketId()abstract longcontentLength()static B2ObjectList.Entrycreate(Action action, String accountId, String bucketId, String fileId, String fileName, long contentLength, long uploadTimestamp)abstract StringfileId()abstract StringfileName()longsize()Deprecated.abstract DateuploadTimestamp()
-
-
-
Method Detail
-
action
public abstract Action action()
-
accountId
public abstract String accountId()
-
bucketId
public abstract String bucketId()
-
fileName
public abstract String fileName()
-
contentLength
public abstract long contentLength()
-
size
@Deprecated public long size()
Deprecated.
-
uploadTimestamp
public abstract Date uploadTimestamp()
-
-