Interface CommonFastRerouteObject
-
- All Superinterfaces:
AttributeFilters,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,Priority,RsvpTeObject
- All Known Subinterfaces:
BasicFastRerouteObject,LegacyFastRerouteObject
@Generated("mdsal-binding-generator") public interface CommonFastRerouteObject extends org.opendaylight.yangtools.yang.binding.DataObject, RsvpTeObject, Priority, AttributeFilters
This class represents the following YANG schema fragment defined in module rsvp
grouping common-fast-reroute-object { uses rsvp-te-object; uses priority; uses attribute-filters; leaf hop-limit { type uint8; default 0; } leaf flags { type fast-reroute-flags; } leaf bandwidth { type netc:bandwidth; } }The schema path to identify an instance is rsvpcommon-fast-reroute-object
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BandwidthgetBandwidth()Return bandwidth, ornullif it is not present.FastRerouteFlagsgetFlags()Return flags, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint8getHopLimit()Return hopLimit, ornullif it is not present.Class<? extends CommonFastRerouteObject>implementedInterface()default @NonNull BandwidthrequireBandwidth()Return bandwidth, guaranteed to be non-null.default @NonNull FastRerouteFlagsrequireFlags()Return flags, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint8requireHopLimit()Return hopLimit, guaranteed to be non-null.-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilters
getExcludeAny, getIncludeAll, getIncludeAny, requireExcludeAny, requireIncludeAll, requireIncludeAny
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.Priority
getHoldPriority, getSetupPriority, requireHoldPriority, requireSetupPriority
-
-
-
-
Method Detail
-
implementedInterface
Class<? extends CommonFastRerouteObject> implementedInterface()
- Specified by:
implementedInterfacein interfaceAttributeFilters- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfacePriority- Specified by:
implementedInterfacein interfaceRsvpTeObject
-
getHopLimit
org.opendaylight.yangtools.yang.common.Uint8 getHopLimit()
Return hopLimit, ornullif it is not present.- Returns:
Uint8hopLimit, ornullif it is not present.
-
requireHopLimit
default @NonNull org.opendaylight.yangtools.yang.common.Uint8 requireHopLimit()
Return hopLimit, guaranteed to be non-null.- Returns:
Uint8hopLimit, guaranteed to be non-null.- Throws:
NoSuchElementException- if hopLimit is not present
-
getFlags
FastRerouteFlags getFlags()
Return flags, ornullif it is not present.- Returns:
FastRerouteFlagsflags, ornullif it is not present.
-
requireFlags
default @NonNull FastRerouteFlags requireFlags()
Return flags, guaranteed to be non-null.- Returns:
FastRerouteFlagsflags, guaranteed to be non-null.- Throws:
NoSuchElementException- if flags is not present
-
getBandwidth
Bandwidth getBandwidth()
Return bandwidth, ornullif it is not present.- Returns:
Bandwidthbandwidth, ornullif it is not present.
-
requireBandwidth
default @NonNull Bandwidth requireBandwidth()
Return bandwidth, guaranteed to be non-null.- Returns:
Bandwidthbandwidth, guaranteed to be non-null.- Throws:
NoSuchElementException- if bandwidth is not present
-
-