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.Location
location
Where the photo was taken.static DbxEntry.File.PhotoInfo
PENDING
static JsonReader<DbxEntry.File.PhotoInfo>
Reader
java.util.Date
timeTaken
When 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 void
dumpFields(DumpWriter w)
boolean
equals(DbxEntry.File.PhotoInfo o)
boolean
equals(java.lang.Object o)
int
hashCode()
-
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:
dumpFields
in classDumpable
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(DbxEntry.File.PhotoInfo o)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-