Class ZegoTracerouteResult


  • public final class ZegoTracerouteResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long code
      检测结果 0正常,非0 失败
      int time
      traceroute 单位ms
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        public long code
        检测结果 0正常,非0 失败
      • time

        public int time
        traceroute 单位ms
    • Constructor Detail

      • ZegoTracerouteResult

        public ZegoTracerouteResult()