Interface AfiSafiGaugeTlv
- All Superinterfaces:
BgpTableType
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
,Tlv
- All Known Subinterfaces:
PerAfiSafiAdjRibInTlv
,PerAfiSafiLocRibTlv
@Generated("mdsal-binding-generator")
public interface AfiSafiGaugeTlv
extends org.opendaylight.yangtools.binding.Grouping, 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; } }
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64
getCount()
Return count, ornull
if it is not present.default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64
Return count, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType
getAfi, getSafi, requireAfi, requireSafi
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getCount
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64 getCount()Return count, ornull
if it is not present.- Returns:
Gauge64
count, ornull
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
-