Package com.dropbox.core.v1
Class DbxEntry.File.VideoInfo
- java.lang.Object
- 
- com.dropbox.core.util.Dumpable
- 
- com.dropbox.core.v1.DbxEntry.File.VideoInfo
 
 
- 
- Enclosing class:
- DbxEntry.File
 
 public static final class DbxEntry.File.VideoInfo extends Dumpable Video metadata that the Dropbox server extracted from the video file.
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.LongdurationThe duration of the video, in seconds.DbxEntry.File.LocationlocationWhere the video was recorded.static DbxEntry.File.VideoInfoPENDINGThe singleton value used when the Dropbox server returns "pending" forstatic JsonReader<DbxEntry.File.VideoInfo>Readerjava.util.DatetimeTakenWhen the video was recorded.
 - 
Constructor SummaryConstructors Constructor Description VideoInfo(java.util.Date timeTaken, DbxEntry.File.Location location, java.lang.Long duration)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddumpFields(DumpWriter w)booleanequals(DbxEntry.File.VideoInfo o)booleanequals(java.lang.Object o)inthashCode()- 
Methods inherited from class com.dropbox.core.util.DumpablegetTypeName, toString, toString, toStringMultiline, toStringMultiline
 
- 
 
- 
- 
- 
Field Detail- 
timeTakenpublic final java.util.Date timeTaken When the video was recorded.
 - 
locationpublic final DbxEntry.File.Location location Where the video was recorded.
 - 
durationpublic final java.lang.Long duration The duration of the video, in seconds.
 - 
Readerpublic static JsonReader<DbxEntry.File.VideoInfo> Reader 
 - 
PENDINGpublic static final DbxEntry.File.VideoInfo PENDING The singleton value used when the Dropbox server returns "pending" for
 
- 
 - 
Constructor Detail- 
VideoInfopublic VideoInfo(java.util.Date timeTaken, DbxEntry.File.Location location, java.lang.Long duration)
 
- 
 - 
Method Detail- 
dumpFieldsprotected void dumpFields(DumpWriter w) - Specified by:
- dumpFieldsin class- Dumpable
 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
equalspublic boolean equals(DbxEntry.File.VideoInfo o) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-