Class TraceRouteHop
java.lang.Object
com.microsoft.graph.callrecords.models.TraceRouteHop
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TraceRouteHop
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Trace Route Hop.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
hopCount
The Hop Count. The network path count of this hop that was used to compute the RTT. -
ipAddress
The Ip Address. IP address used for this hop in the network trace. -
roundTripTime
@SerializedName(value="roundTripTime", alternate="RoundTripTime") @Expose @Nullable public Duration roundTripTimeThe Round Trip Time. The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in [ISO 8601][] format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.
-
-
Constructor Details
-
TraceRouteHop
public TraceRouteHop()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-