Class IPinfoASN

java.lang.Object
org.graylog.plugins.map.geoip.IPinfoASN

public abstract class IPinfoASN extends Object
  • Constructor Details

    • IPinfoASN

      public IPinfoASN()
  • Method Details

    • name

      @Nullable public abstract String name()
    • route

      @Nullable public abstract String route()
    • type

      @Nullable public abstract String type()
    • asn

      @Nullable public abstract String asn()
    • asnNumeric

      @Memoized @Nullable public Long asnNumeric()
    • domain

      @Nullable public abstract String domain()