Package org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Interface IgpNodeAttributes
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
IgpNodeEvent
,Node1
@Generated("mdsal-binding-generator")
public interface IgpNodeAttributes
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
grouping igp-node-attributes { container igp-node-attributes { leaf name { type inet:domain-name; } leaf-list flag { type flag-type; } leaf-list router-id { type inet:ip-address; } list prefix { key prefix; uses igp-prefix-attributes; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn igpNodeAttributes, ornull
if it is not present.Class<? extends IgpNodeAttributes>
@NonNull IgpNodeAttributes
Return igpNodeAttributes, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends IgpNodeAttributes> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getIgpNodeAttributes
IgpNodeAttributes getIgpNodeAttributes()Return igpNodeAttributes, 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.node.attributes.IgpNodeAttributes
igpNodeAttributes, ornull
if it is not present.
-
nonnullIgpNodeAttributes
@NonNull IgpNodeAttributes nonnullIgpNodeAttributes()Return igpNodeAttributes, 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.node.attributes.IgpNodeAttributes
igpNodeAttributes, or an empty instance if it is not present.
-