Interface GaugeTlv

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Tlv
    All Known Subinterfaces:
    AdjRibsInRoutesTlv, LocRibRoutesTlv

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

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

     grouping gauge-tlv {
       uses tlv;
       leaf count {
         type yang:gauge64;
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends GaugeTlv> implementedInterface()
        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