Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.IsisNodeAttributes
Packages that use IsisNodeAttributes
Package
Description
-
Uses of IsisNodeAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021 that return IsisNodeAttributesModifier and TypeMethodDescriptionIgpNodeAttributes1Builder.getIsisNodeAttributes()Return current value associated with the property corresponding toIsisNodeAttributes.getIsisNodeAttributes().IgpNodeEvent1Builder.getIsisNodeAttributes()Return current value associated with the property corresponding toIsisNodeAttributes.getIsisNodeAttributes().IsisNodeAttributes.getIsisNodeAttributes()Return isisNodeAttributes, ornullif it is not present.@NonNull IsisNodeAttributesIsisNodeAttributes.nonnullIsisNodeAttributes()Return isisNodeAttributes, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021 with parameters of type IsisNodeAttributesModifier and TypeMethodDescriptionIgpNodeAttributes1Builder.setIsisNodeAttributes(IsisNodeAttributes value) Set the property corresponding toIsisNodeAttributes.getIsisNodeAttributes()to the specified value.IgpNodeEvent1Builder.setIsisNodeAttributes(IsisNodeAttributes value) Set the property corresponding toIsisNodeAttributes.getIsisNodeAttributes()to the specified value. -
Uses of IsisNodeAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes with type parameters of type IsisNodeAttributesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<IsisNodeAttributes>>
E$$IsisNodeAttributesBuilder.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.network.isis.topology.rev131021.isis.node.attributes that return IsisNodeAttributesModifier and TypeMethodDescription@NonNull IsisNodeAttributesIsisNodeAttributesBuilder.build()A newIsisNodeAttributesinstance.static @NonNull IsisNodeAttributesIsisNodeAttributesBuilder.empty()Get empty instance of IsisNodeAttributes.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes that return types with arguments of type IsisNodeAttributesModifier and TypeMethodDescriptiondefault Class<IsisNodeAttributes> IsisNodeAttributes.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes with parameters of type IsisNodeAttributesModifier and TypeMethodDescriptionstatic booleanIsisNodeAttributes.bindingEquals(@NonNull IsisNodeAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIsisNodeAttributes.bindingHashCode(@NonNull IsisNodeAttributes obj) Default implementation ofObject.hashCode()contract for this interface.static StringIsisNodeAttributes.bindingToString(@NonNull IsisNodeAttributes obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes with type arguments of type IsisNodeAttributesModifier and TypeMethodDescriptionIsisNodeAttributesBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<IsisNodeAttributes> augmentation) Add an augmentation to this builder's product.IsisNodeAttributesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<IsisNodeAttributes>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes with parameters of type IsisNodeAttributesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIsisNodeAttributes.