Interface AfiSafiGaugeTlv

  • All Superinterfaces:
    BgpTableType, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Tlv
    All Known Subinterfaces:
    PerAfiSafiAdjRibInTlv, PerAfiSafiLocRibTlv

    @Generated("mdsal-binding-generator")
    public interface AfiSafiGaugeTlv
    extends org.opendaylight.yangtools.yang.binding.DataObject, Tlv, BgpTableType

    This class represents the following YANG schema fragment defined in module bmp-message

     grouping afi-safi-gauge-tlv {
       uses tlv;
       uses bgp-mp:bgp-table-type;
       leaf count {
         type yang:gauge64;
       }
     }
     
    The schema path to identify an instance is bmp-messageafi-safi-gauge-tlv
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends AfiSafiGaugeTlv> implementedInterface()
        Specified by:
        implementedInterface in interface BgpTableType
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Tlv
      • getCount

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64 getCount()
        Return count, or null if it is not present.
        Returns:
        Gauge64 count, or null if it is not present.
      • requireCount

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64 requireCount()
        Return count, guaranteed to be non-null.
        Returns:
        Gauge64 count, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if count is not present