Package org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Interface IgpLinkAttributes
- 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
- All Known Subinterfaces:
IgpLinkEvent
,Link1
@Generated("mdsal-binding-generator")
public interface IgpLinkAttributes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
grouping igp-link-attributes { container igp-link-attributes { leaf name { type string; } leaf-list flag { type flag-type; } leaf metric { type uint32 { range 0..16777215 { } } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn igpLinkAttributes, ornull
if it is not present.@NonNull IgpLinkAttributes
Return igpLinkAttributes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getIgpLinkAttributes
IgpLinkAttributes getIgpLinkAttributes()Return igpLinkAttributes, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes.IgpLinkAttributes
igpLinkAttributes, ornull
if it is not present.
-
nonnullIgpLinkAttributes
@NonNull IgpLinkAttributes nonnullIgpLinkAttributes()Return igpLinkAttributes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes.IgpLinkAttributes
igpLinkAttributes, or an empty instance if it is not present.
-