public class ASNResponse extends Object
| Constructor and Description |
|---|
ASNResponse(String asn,
String name,
String country,
String allocated,
String registry,
String domain,
String numIps,
List<Prefix> prefixes,
List<Prefix> prefixes6) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllocated() |
String |
getAsn() |
String |
getCountry() |
String |
getDomain() |
String |
getName() |
String |
getNumIps() |
List<Prefix> |
getPrefixes() |
List<Prefix> |
getPrefixes6() |
String |
getRegistry() |
void |
setContext(Context context)
Set by the library for extra utility functions
|
String |
toString() |
public void setContext(Context context)
context - for country informationpublic String getAsn()
public String getName()
public String getCountry()
public String getAllocated()
public String getRegistry()
public String getDomain()
public String getNumIps()
Copyright © 2019. All rights reserved.