Package com.dropbox.core.v1
Class DbxEntry.File.PhotoInfo
- java.lang.Object
-
- com.dropbox.core.util.Dumpable
-
- com.dropbox.core.v1.DbxEntry.File.PhotoInfo
-
- Enclosing class:
- DbxEntry.File
public static final class DbxEntry.File.PhotoInfo extends Dumpable
Photo metadata that the Dropbox server extracted from the photo file.
-
-
Field Summary
Fields Modifier and Type Field Description DbxEntry.File.LocationlocationWhere the photo was taken.static DbxEntry.File.PhotoInfoPENDINGstatic JsonReader<DbxEntry.File.PhotoInfo>Readerjava.util.DatetimeTakenWhen the photo was taken.
-
Constructor Summary
Constructors Constructor Description PhotoInfo(java.util.Date timeTaken, DbxEntry.File.Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddumpFields(DumpWriter w)booleanequals(DbxEntry.File.PhotoInfo o)booleanequals(java.lang.Object o)inthashCode()-
Methods inherited from class com.dropbox.core.util.Dumpable
getTypeName, toString, toString, toStringMultiline, toStringMultiline
-
-
-
-
Field Detail
-
timeTaken
public final java.util.Date timeTaken
When the photo was taken.
-
location
public final DbxEntry.File.Location location
Where the photo was taken.
-
Reader
public static JsonReader<DbxEntry.File.PhotoInfo> Reader
-
PENDING
public static final DbxEntry.File.PhotoInfo PENDING
-
-
Constructor Detail
-
PhotoInfo
public PhotoInfo(java.util.Date timeTaken, DbxEntry.File.Location location)
-
-
Method Detail
-
dumpFields
protected void dumpFields(DumpWriter w)
- Specified by:
dumpFieldsin classDumpable
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
equals
public boolean equals(DbxEntry.File.PhotoInfo o)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-