Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.IsisNodeAttributes
Package
Description
-
Uses of IsisNodeAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021
Modifier 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.Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull IsisNodeAttributes
IsisNodeAttributesBuilder.build()
A newIsisNodeAttributes
instance.static @NonNull IsisNodeAttributes
IsisNodeAttributesBuilder.empty()
Get empty instance of IsisNodeAttributes.Modifier and TypeMethodDescriptiondefault Class
<IsisNodeAttributes> IsisNodeAttributes.implementedInterface()
Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIsisNodeAttributes
.