Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.link.attributes.IsisLinkAttributes
Package
Description
-
Uses of IsisLinkAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021
Modifier and TypeMethodDescriptionIgpLinkAttributes1Builder.getIsisLinkAttributes()
Return current value associated with the property corresponding toIsisLinkAttributes.getIsisLinkAttributes()
.IgpLinkEvent1Builder.getIsisLinkAttributes()
Return current value associated with the property corresponding toIsisLinkAttributes.getIsisLinkAttributes()
.IsisLinkAttributes.getIsisLinkAttributes()
Return isisLinkAttributes, ornull
if it is not present.@NonNull IsisLinkAttributes
IsisLinkAttributes.nonnullIsisLinkAttributes()
Return isisLinkAttributes, or an empty instance if it is not present.Modifier and TypeMethodDescriptionIgpLinkAttributes1Builder.setIsisLinkAttributes
(IsisLinkAttributes value) Set the property corresponding toIsisLinkAttributes.getIsisLinkAttributes()
to the specified value.IgpLinkEvent1Builder.setIsisLinkAttributes
(IsisLinkAttributes value) Set the property corresponding toIsisLinkAttributes.getIsisLinkAttributes()
to the specified value. -
Uses of IsisLinkAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.link.attributes
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<IsisLinkAttributes>>
E$$IsisLinkAttributesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull IsisLinkAttributes
IsisLinkAttributesBuilder.build()
A newIsisLinkAttributes
instance.static @NonNull IsisLinkAttributes
IsisLinkAttributesBuilder.empty()
Get empty instance of IsisLinkAttributes.Modifier and TypeMethodDescriptiondefault Class
<IsisLinkAttributes> IsisLinkAttributes.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
IsisLinkAttributes.bindingEquals
(@NonNull IsisLinkAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IsisLinkAttributes.bindingHashCode
(@NonNull IsisLinkAttributes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IsisLinkAttributes.bindingToString
(@NonNull IsisLinkAttributes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIsisLinkAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<IsisLinkAttributes> augmentation) Add an augmentation to this builder's product.IsisLinkAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<IsisLinkAttributes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIsisLinkAttributes
.