Class IpRange


  • public class IpRange
    extends Object
    • Constructor Detail

      • IpRange

        public IpRange​(long start,
                       long end,
                       String countryCode,
                       String countryName,
                       String region,
                       String city)
    • 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)