Interface GaugeTlv
- All Superinterfaces:
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:
AdjRibsInRoutesTlv
,LocRibRoutesTlv
@Generated("mdsal-binding-generator")
public interface GaugeTlv
extends org.opendaylight.yangtools.binding.Grouping, Tlv
This class represents the following YANG schema fragment defined in module bmp-message
grouping gauge-tlv { uses tlv; 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.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
-