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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • hopCount

      @SerializedName(value="hopCount", alternate="HopCount") @Expose @Nullable public Integer hopCount
      The Hop Count. The network path count of this hop that was used to compute the RTT.
    • ipAddress

      @SerializedName(value="ipAddress", alternate="IpAddress") @Expose @Nullable public String ipAddress
      The Ip Address. IP address used for this hop in the network trace.
    • roundTripTime

      @SerializedName(value="roundTripTime", alternate="RoundTripTime") @Expose @Nullable public Duration roundTripTime
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to