Uses of Class
io.ipinfo.api.model.Prefix
Package | Description |
---|---|
io.ipinfo.api.model |
-
Uses of Prefix in io.ipinfo.api.model
Methods in io.ipinfo.api.model that return types with arguments of type Prefix Modifier and Type Method Description List<Prefix>
ASNResponse. getPrefixes()
List<Prefix>
ASNResponse. getPrefixes6()
Constructor parameters in io.ipinfo.api.model with type arguments of type Prefix Constructor Description ASNResponse(String asn, String name, String country, String allocated, String registry, String domain, Integer numIps, String type, List<Prefix> prefixes, List<Prefix> prefixes6, List<String> peers, List<String> upstreams, List<String> downstreams)