Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.IgpNodeAttributes
Packages that use IgpNodeAttributes
Package
Description
-
Uses of IgpNodeAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 that return IgpNodeAttributesModifier and TypeMethodDescriptionIgpNodeAttributes.getIgpNodeAttributes()
Return igpNodeAttributes, ornull
if it is not present.IgpNodeEventBuilder.getIgpNodeAttributes()
Return current value associated with the property corresponding toIgpNodeAttributes.getIgpNodeAttributes()
.Node1Builder.getIgpNodeAttributes()
Return current value associated with the property corresponding toIgpNodeAttributes.getIgpNodeAttributes()
.@NonNull IgpNodeAttributes
IgpNodeAttributes.nonnullIgpNodeAttributes()
Return igpNodeAttributes, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 with parameters of type IgpNodeAttributesModifier and TypeMethodDescriptionIgpNodeEventBuilder.setIgpNodeAttributes
(IgpNodeAttributes value) Set the property corresponding toIgpNodeAttributes.getIgpNodeAttributes()
to the specified value.Node1Builder.setIgpNodeAttributes
(IgpNodeAttributes value) Set the property corresponding toIgpNodeAttributes.getIgpNodeAttributes()
to the specified value. -
Uses of IgpNodeAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes with type parameters of type IgpNodeAttributesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<IgpNodeAttributes>>
E$$IgpNodeAttributesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes that return IgpNodeAttributesModifier and TypeMethodDescription@NonNull IgpNodeAttributes
IgpNodeAttributesBuilder.build()
A newIgpNodeAttributes
instance.static @NonNull IgpNodeAttributes
IgpNodeAttributesBuilder.empty()
Get empty instance of IgpNodeAttributes.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes that return types with arguments of type IgpNodeAttributesModifier and TypeMethodDescriptiondefault Class
<IgpNodeAttributes> IgpNodeAttributes.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes with parameters of type IgpNodeAttributesModifier and TypeMethodDescriptionstatic boolean
IgpNodeAttributes.bindingEquals
(@NonNull IgpNodeAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IgpNodeAttributes.bindingHashCode
(@NonNull IgpNodeAttributes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IgpNodeAttributes.bindingToString
(@NonNull IgpNodeAttributes obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes with type arguments of type IgpNodeAttributesModifier and TypeMethodDescriptionIgpNodeAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<IgpNodeAttributes> augmentation) Add an augmentation to this builder's product.IgpNodeAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<IgpNodeAttributes>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes with parameters of type IgpNodeAttributesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIgpNodeAttributes
.