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, ornull
if it is not present.@NonNull IsisNodeAttributes
IsisNodeAttributes.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.yang.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 IsisNodeAttributes
IsisNodeAttributesBuilder.build()
A newIsisNodeAttributes
instance.static @NonNull IsisNodeAttributes
IsisNodeAttributesBuilder.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 boolean
IsisNodeAttributes.bindingEquals
(@NonNull IsisNodeAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IsisNodeAttributes.bindingHashCode
(@NonNull IsisNodeAttributes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IsisNodeAttributes.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.yang.binding.Augmentation<IsisNodeAttributes> augmentation) Add an augmentation to this builder's product.IsisNodeAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.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
.