Package org.javlo.service.location
Class IpRange
- java.lang.Object
-
- org.javlo.service.location.IpRange
-
public class IpRange extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCity()
String
getCountryCode()
String
getCountryName()
long
getEnd()
String
getRegion()
long
getStart()
void
setCity(String city)
void
setCountryCode(String countryCode)
void
setCountryName(String countryName)
void
setEnd(int end)
void
setRegion(String region)
void
setStart(int start)
-
-
-
Method Detail
-
getStart
public long getStart()
-
setStart
public void setStart(int start)
-
getEnd
public long getEnd()
-
setEnd
public void setEnd(int end)
-
getCountryCode
public String getCountryCode()
-
setCountryCode
public void setCountryCode(String countryCode)
-
getCountryName
public String getCountryName()
-
setCountryName
public void setCountryName(String countryName)
-
getRegion
public String getRegion()
-
setRegion
public void setRegion(String region)
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
-