Class AsnResponse

    • Constructor Detail

      • AsnResponse

        public AsnResponse​(Integer autonomousSystemNumber,
                           String autonomousSystemOrganization,
                           String ipAddress)
      • AsnResponse

        public AsnResponse​(Integer autonomousSystemNumber,
                           String autonomousSystemOrganization,
                           String ipAddress,
                           Network network)
      • AsnResponse

        public AsnResponse​(Long autonomousSystemNumber,
                           String autonomousSystemOrganization,
                           String ipAddress,
                           Network network)
    • Method Detail

      • getAutonomousSystemNumber

        public Integer getAutonomousSystemNumber()
        Returns:
        The autonomous system number associated with the IP address.
      • getAutonomousSystemOrganization

        public String getAutonomousSystemOrganization()
        Returns:
        The organization associated with the registered autonomous system number for the IP address
      • getIpAddress

        public String getIpAddress()
        Returns:
        The IP address that the data in the model is for.
      • getNetwork

        public Network getNetwork()
        Returns:
        The network associated with the record. In particular, this is the largest network where all of the fields besides IP address have the same value.