public static final class DbxEntry.File.PhotoInfo extends Dumpable
Modifier and Type | Field and 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 and Description |
---|
PhotoInfo(java.util.Date timeTaken,
DbxEntry.File.Location location) |
Modifier and Type | Method and Description |
---|---|
protected void |
dumpFields(DumpWriter w) |
boolean |
equals(DbxEntry.File.PhotoInfo o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
getTypeName, toString, toString, toStringMultiline, toStringMultiline
public final java.util.Date timeTaken
public final DbxEntry.File.Location location
public static JsonReader<DbxEntry.File.PhotoInfo> Reader
public static final DbxEntry.File.PhotoInfo PENDING
public PhotoInfo(java.util.Date timeTaken, DbxEntry.File.Location location)
protected void dumpFields(DumpWriter w)
dumpFields
in class Dumpable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean equals(DbxEntry.File.PhotoInfo o)
public int hashCode()
hashCode
in class java.lang.Object