Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes.IgpLinkAttributes
Packages that use IgpLinkAttributes
Package
Description
-
Uses of IgpLinkAttributes 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 IgpLinkAttributesModifier and TypeMethodDescriptionIgpLinkAttributes.getIgpLinkAttributes()Return igpLinkAttributes, ornullif 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 IgpLinkAttributesIgpLinkAttributes.nonnullIgpLinkAttributes()Return igpLinkAttributes, 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 IgpLinkAttributesModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes with type parameters of type IgpLinkAttributesModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes that return IgpLinkAttributesModifier and TypeMethodDescription@NonNull IgpLinkAttributesIgpLinkAttributesBuilder.build()A newIgpLinkAttributesinstance.static @NonNull IgpLinkAttributesIgpLinkAttributesBuilder.empty()Get empty instance of IgpLinkAttributes.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes that return types with arguments of type IgpLinkAttributesModifier and TypeMethodDescriptiondefault Class<IgpLinkAttributes> IgpLinkAttributes.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes with parameters of type IgpLinkAttributesModifier and TypeMethodDescriptionstatic booleanIgpLinkAttributes.bindingEquals(@NonNull IgpLinkAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIgpLinkAttributes.bindingHashCode(@NonNull IgpLinkAttributes obj) Default implementation ofObject.hashCode()contract for this interface.static StringIgpLinkAttributes.bindingToString(@NonNull IgpLinkAttributes 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.link.attributes with type arguments of type IgpLinkAttributesModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes with parameters of type IgpLinkAttributesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIgpLinkAttributes.