Class BFDInfo

    • Constructor Detail

      • BFDInfo

        public BFDInfo()
      • BFDInfo

        public BFDInfo​(BFDInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getProbeFailedTimes

        public Long getProbeFailedTimes()
        Get 健康检查次数
        Returns:
        ProbeFailedTimes 健康检查次数
      • setProbeFailedTimes

        public void setProbeFailedTimes​(Long ProbeFailedTimes)
        Set 健康检查次数
        Parameters:
        ProbeFailedTimes - 健康检查次数
      • getInterval

        public Long getInterval()
        Get 健康检查间隔
        Returns:
        Interval 健康检查间隔
      • setInterval

        public void setInterval​(Long Interval)
        Set 健康检查间隔
        Parameters:
        Interval - 健康检查间隔