biz.neustar.wpm.api
Interface Net.TraceRouteResult

Enclosing interface:
Net

public static interface Net.TraceRouteResult

The result of a traceroute request.


Nested Class Summary
static interface Net.TraceRouteResult.NetworkHop
          A single network hop of a traceroute request.
 
Method Summary
 java.util.List<Net.TraceRouteResult.NetworkHop> getHops()
          The list of network hops.
 java.lang.String getHost()
          The hostname that was looked up
 java.lang.String getIp()
          The ip that was looked up
 

Method Detail

getHost

java.lang.String getHost()
The hostname that was looked up

Returns:
the host name

getIp

java.lang.String getIp()
The ip that was looked up

Returns:
the ip that was looked up

getHops

java.util.List<Net.TraceRouteResult.NetworkHop> getHops()
The list of network hops.

Returns:
a list of network hops

Copyright © 2020 Neustar, Inc. All Rights Reserved.