Class BfdConfigData

    • Field Detail

      • bfdConfigDataVersion

        public byte bfdConfigDataVersion
      • bfdRxInterval

        public int bfdRxInterval
      • bfdFailureThreshold

        public byte bfdFailureThreshold
      • bfdTxInterval

        public int bfdTxInterval
      • bfdDebounceDown

        public int bfdDebounceDown
      • bfdDebounceUp

        public int bfdDebounceUp
      • bfdMultihop

        public boolean bfdMultihop
      • metaDataMap

        public static final java.util.Map<BfdConfigData._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • BfdConfigData

        public BfdConfigData()
      • BfdConfigData

        public BfdConfigData​(byte bfdConfigDataVersion)
      • BfdConfigData

        public BfdConfigData​(BfdConfigData other)
        Performs a deep copy on other.
    • Method Detail

      • getBfdConfigDataVersion

        public byte getBfdConfigDataVersion()
      • setBfdConfigDataVersion

        public BfdConfigData setBfdConfigDataVersion​(byte bfdConfigDataVersion)
      • unsetBfdConfigDataVersion

        public void unsetBfdConfigDataVersion()
      • isSetBfdConfigDataVersion

        public boolean isSetBfdConfigDataVersion()
        Returns true if field bfdConfigDataVersion is set (has been assigned a value) and false otherwise
      • setBfdConfigDataVersionIsSet

        public void setBfdConfigDataVersionIsSet​(boolean value)
      • getBfdRxInterval

        public int getBfdRxInterval()
      • setBfdRxInterval

        public BfdConfigData setBfdRxInterval​(int bfdRxInterval)
      • unsetBfdRxInterval

        public void unsetBfdRxInterval()
      • isSetBfdRxInterval

        public boolean isSetBfdRxInterval()
        Returns true if field bfdRxInterval is set (has been assigned a value) and false otherwise
      • setBfdRxIntervalIsSet

        public void setBfdRxIntervalIsSet​(boolean value)
      • getBfdFailureThreshold

        public byte getBfdFailureThreshold()
      • setBfdFailureThreshold

        public BfdConfigData setBfdFailureThreshold​(byte bfdFailureThreshold)
      • unsetBfdFailureThreshold

        public void unsetBfdFailureThreshold()
      • isSetBfdFailureThreshold

        public boolean isSetBfdFailureThreshold()
        Returns true if field bfdFailureThreshold is set (has been assigned a value) and false otherwise
      • setBfdFailureThresholdIsSet

        public void setBfdFailureThresholdIsSet​(boolean value)
      • getBfdTxInterval

        public int getBfdTxInterval()
      • setBfdTxInterval

        public BfdConfigData setBfdTxInterval​(int bfdTxInterval)
      • unsetBfdTxInterval

        public void unsetBfdTxInterval()
      • isSetBfdTxInterval

        public boolean isSetBfdTxInterval()
        Returns true if field bfdTxInterval is set (has been assigned a value) and false otherwise
      • setBfdTxIntervalIsSet

        public void setBfdTxIntervalIsSet​(boolean value)
      • getBfdDebounceDown

        public int getBfdDebounceDown()
      • setBfdDebounceDown

        public BfdConfigData setBfdDebounceDown​(int bfdDebounceDown)
      • unsetBfdDebounceDown

        public void unsetBfdDebounceDown()
      • isSetBfdDebounceDown

        public boolean isSetBfdDebounceDown()
        Returns true if field bfdDebounceDown is set (has been assigned a value) and false otherwise
      • setBfdDebounceDownIsSet

        public void setBfdDebounceDownIsSet​(boolean value)
      • getBfdDebounceUp

        public int getBfdDebounceUp()
      • setBfdDebounceUp

        public BfdConfigData setBfdDebounceUp​(int bfdDebounceUp)
      • unsetBfdDebounceUp

        public void unsetBfdDebounceUp()
      • isSetBfdDebounceUp

        public boolean isSetBfdDebounceUp()
        Returns true if field bfdDebounceUp is set (has been assigned a value) and false otherwise
      • setBfdDebounceUpIsSet

        public void setBfdDebounceUpIsSet​(boolean value)
      • isBfdMultihop

        public boolean isBfdMultihop()
      • setBfdMultihop

        public BfdConfigData setBfdMultihop​(boolean bfdMultihop)
      • unsetBfdMultihop

        public void unsetBfdMultihop()
      • isSetBfdMultihop

        public boolean isSetBfdMultihop()
        Returns true if field bfdMultihop is set (has been assigned a value) and false otherwise
      • setBfdMultihopIsSet

        public void setBfdMultihopIsSet​(boolean value)
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(BfdConfigData other)
        Specified by:
        compareTo in interface java.lang.Comparable<BfdConfigData>
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TBase<BfdConfigData,​BfdConfigData._Fields>
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TBase<BfdConfigData,​BfdConfigData._Fields>
        Throws:
        org.apache.thrift.TException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException