Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes.IgpLinkAttributes
Package
Description
-
Uses of IgpLinkAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Modifier and TypeMethodDescriptionIgpLinkAttributes.getIgpLinkAttributes()
Return igpLinkAttributes, ornull
if it is not present.IgpLinkEventBuilder.getIgpLinkAttributes()
Return current value associated with the property corresponding toIgpLinkAttributes.getIgpLinkAttributes()
.Link1Builder.getIgpLinkAttributes()
Return current value associated with the property corresponding toIgpLinkAttributes.getIgpLinkAttributes()
.@NonNull IgpLinkAttributes
IgpLinkAttributes.nonnullIgpLinkAttributes()
Return igpLinkAttributes, or an empty instance if it is not present.Modifier and TypeMethodDescriptionIgpLinkEventBuilder.setIgpLinkAttributes
(IgpLinkAttributes value) Set the property corresponding toIgpLinkAttributes.getIgpLinkAttributes()
to the specified value.Link1Builder.setIgpLinkAttributes
(IgpLinkAttributes value) Set the property corresponding toIgpLinkAttributes.getIgpLinkAttributes()
to the specified value. -
Uses of IgpLinkAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<IgpLinkAttributes>>
E$$IgpLinkAttributesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull IgpLinkAttributes
IgpLinkAttributesBuilder.build()
A newIgpLinkAttributes
instance.static @NonNull IgpLinkAttributes
IgpLinkAttributesBuilder.empty()
Get empty instance of IgpLinkAttributes.Modifier and TypeMethodDescriptiondefault Class
<IgpLinkAttributes> IgpLinkAttributes.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
IgpLinkAttributes.bindingEquals
(@NonNull IgpLinkAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IgpLinkAttributes.bindingHashCode
(@NonNull IgpLinkAttributes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IgpLinkAttributes.bindingToString
(@NonNull IgpLinkAttributes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIgpLinkAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<IgpLinkAttributes> augmentation) Add an augmentation to this builder's product.IgpLinkAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<IgpLinkAttributes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIgpLinkAttributes
.