Class Range

    • Constructor Detail

      • Range

        public Range()
    • Method Detail

      • getBegin

        public String getBegin()
        Starting IP address of the range.
      • setBegin

        public void setBegin​(String begin)
      • getEnd

        public String getEnd()
        Ending IP address of the range.
      • setEnd

        public void setEnd​(String end)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object