Class WhoisIpLookupResult

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<String,Object>
org.graylog.plugins.threatintel.whois.ip.WhoisIpLookupResult
All Implemented Interfaces:
Map<String,Object>

public class WhoisIpLookupResult extends com.google.common.collect.ForwardingMap<String,Object>
  • Method Details

    • getOrganization

      public String getOrganization()
    • getCountryCode

      public String getCountryCode()
    • setPrefix

      public void setPrefix(String prefix)
    • getResults

      public Map<String,Object> getResults()
    • delegate

      protected Map<String,Object> delegate()
      Specified by:
      delegate in class com.google.common.collect.ForwardingMap<String,Object>