public static class DbxEntry.File.Location extends Dumpable
Modifier and Type | Field and Description |
---|---|
double |
latitude |
double |
longitude |
static JsonReader<DbxEntry.File.Location> |
Reader |
Constructor and Description |
---|
Location(double latitude,
double longitude) |
Modifier and Type | Method and Description |
---|---|
protected void |
dumpFields(DumpWriter w) |
boolean |
equals(DbxEntry.File.Location o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
getTypeName, toString, toString, toStringMultiline, toStringMultiline
public final double latitude
public final double longitude
public static JsonReader<DbxEntry.File.Location> Reader
protected void dumpFields(DumpWriter w)
dumpFields
in class Dumpable
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean equals(DbxEntry.File.Location o)