public static final class DbxEntry.File.VideoInfo extends Dumpable
Modifier and Type | Field and Description |
---|---|
Long |
duration
The duration of the video, in seconds.
|
DbxEntry.File.Location |
location
Where the video was recorded.
|
static DbxEntry.File.VideoInfo |
PENDING
The singleton value used when the Dropbox server returns "pending" for
|
static JsonReader<DbxEntry.File.VideoInfo> |
Reader |
Date |
timeTaken
When the video was recorded.
|
Constructor and Description |
---|
VideoInfo(Date timeTaken,
DbxEntry.File.Location location,
Long duration) |
Modifier and Type | Method and Description |
---|---|
protected void |
dumpFields(DumpWriter w) |
boolean |
equals(DbxEntry.File.VideoInfo o) |
boolean |
equals(Object o) |
int |
hashCode() |
getTypeName, toString, toString, toStringMultiline, toStringMultiline
public final Date timeTaken
public final DbxEntry.File.Location location
public final Long duration
public static JsonReader<DbxEntry.File.VideoInfo> Reader
public static final DbxEntry.File.VideoInfo PENDING
public VideoInfo(Date timeTaken, DbxEntry.File.Location location, Long duration)
protected void dumpFields(DumpWriter w)
dumpFields
in class Dumpable
public boolean equals(DbxEntry.File.VideoInfo o)