public class Geo extends Object
| Constructor and Description |
|---|
Geo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAccur() |
String |
getCity() |
String |
getCountry() |
Map<String,Object> |
getExt() |
Integer |
getIpserv() |
Integer |
getLastfix() |
Float |
getLat() |
Float |
getLon() |
String |
getMetro() |
String |
getRegion() |
Integer |
getType() |
Integer |
getUtcoffset() |
String |
getZip() |
int |
hashCode() |
void |
setAccur(Integer accur) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setExt(Map<String,Object> ext) |
void |
setIpserv(Integer ipserv) |
void |
setLastfix(Integer lastfix) |
void |
setLat(Float lat) |
void |
setLon(Float lon) |
void |
setMetro(String metro) |
void |
setRegion(String region) |
void |
setType(Integer type) |
void |
setUtcoffset(Integer utcoffset) |
void |
setZip(String zip) |
public Integer getType()
public void setType(Integer type)
public Float getLat()
public void setLat(Float lat)
public Float getLon()
public void setLon(Float lon)
public Integer getAccur()
public void setAccur(Integer accur)
public Integer getLastfix()
public void setLastfix(Integer lastfix)
public Integer getIpserv()
public void setIpserv(Integer ipserv)
public String getCountry()
public void setCountry(String country)
public String getRegion()
public void setRegion(String region)
public String getMetro()
public void setMetro(String metro)
public String getCity()
public void setCity(String city)
public String getZip()
public void setZip(String zip)
public Integer getUtcoffset()
public void setUtcoffset(Integer utcoffset)
Copyright © 2019. All rights reserved.