Class BFDStatusCount.Builder

  • Enclosing class:
    BFDStatusCount

    public static final class BFDStatusCount.Builder
    extends java.lang.Object
    Builder class for BFDStatusCount.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of BFDStatusCount.
    • Method Detail

      • setBfdAdminDownCount

        public BFDStatusCount.Builder setBfdAdminDownCount​(java.lang.Long bfdAdminDownCount)
        Number of tunnels in BFD admin down state format: int32
        Parameters:
        bfdAdminDownCount - New value for the property.
      • setBfdDownCount

        public BFDStatusCount.Builder setBfdDownCount​(java.lang.Long bfdDownCount)
        Number of tunnels in BFD down state format: int32
        Parameters:
        bfdDownCount - New value for the property.
      • setBfdInitCount

        public BFDStatusCount.Builder setBfdInitCount​(java.lang.Long bfdInitCount)
        Number of tunnels in BFD init state format: int32
        Parameters:
        bfdInitCount - New value for the property.
      • setBfdUpCount

        public BFDStatusCount.Builder setBfdUpCount​(java.lang.Long bfdUpCount)
        Number of tunnels in BFD up state format: int32
        Parameters:
        bfdUpCount - New value for the property.