Class HopLinkProperties


  • public final class HopLinkProperties
    extends Object
    Hop link properties.
    • Constructor Detail

      • HopLinkProperties

        public HopLinkProperties()
    • Method Detail

      • roundTripTimeMin

        public Long roundTripTimeMin()
        Get the roundTripTimeMin property: Minimum roundtrip time in milliseconds.
        Returns:
        the roundTripTimeMin value.
      • roundTripTimeAvg

        public Long roundTripTimeAvg()
        Get the roundTripTimeAvg property: Average roundtrip time in milliseconds.
        Returns:
        the roundTripTimeAvg value.
      • roundTripTimeMax

        public Long roundTripTimeMax()
        Get the roundTripTimeMax property: Maximum roundtrip time in milliseconds.
        Returns:
        the roundTripTimeMax value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.