Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.network.topology.topology.igp.topology.attributes.IsisTopologyAttributes
Packages that use IsisTopologyAttributes
Package
Description
-
Uses of IsisTopologyAttributes 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 IsisTopologyAttributesModifier and TypeMethodDescriptionIgpTopologyAttributes1.getIsisTopologyAttributes()
Return isisTopologyAttributes, ornull
if it is not present.IgpTopologyAttributes1Builder.getIsisTopologyAttributes()
Return current value associated with the property corresponding toIgpTopologyAttributes1.getIsisTopologyAttributes()
.@NonNull IsisTopologyAttributes
IgpTopologyAttributes1.nonnullIsisTopologyAttributes()
Return isisTopologyAttributes, 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 IsisTopologyAttributesModifier and TypeMethodDescriptionIgpTopologyAttributes1Builder.setIsisTopologyAttributes
(IsisTopologyAttributes value) Set the property corresponding toIgpTopologyAttributes1.getIsisTopologyAttributes()
to the specified value. -
Uses of IsisTopologyAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.network.topology.topology.igp.topology.attributes
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.network.topology.topology.igp.topology.attributes with type parameters of type IsisTopologyAttributesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<IsisTopologyAttributes>>
E$$IsisTopologyAttributesBuilder.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.network.topology.topology.igp.topology.attributes that return IsisTopologyAttributesModifier and TypeMethodDescription@NonNull IsisTopologyAttributes
IsisTopologyAttributesBuilder.build()
A newIsisTopologyAttributes
instance.static @NonNull IsisTopologyAttributes
IsisTopologyAttributesBuilder.empty()
Get empty instance of IsisTopologyAttributes.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.network.topology.topology.igp.topology.attributes that return types with arguments of type IsisTopologyAttributesModifier and TypeMethodDescriptiondefault Class
<IsisTopologyAttributes> IsisTopologyAttributes.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.network.topology.topology.igp.topology.attributes with parameters of type IsisTopologyAttributesModifier and TypeMethodDescriptionstatic boolean
IsisTopologyAttributes.bindingEquals
(@NonNull IsisTopologyAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IsisTopologyAttributes.bindingHashCode
(@NonNull IsisTopologyAttributes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IsisTopologyAttributes.bindingToString
(@NonNull IsisTopologyAttributes 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.network.topology.topology.igp.topology.attributes with type arguments of type IsisTopologyAttributesModifier and TypeMethodDescriptionIsisTopologyAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<IsisTopologyAttributes> augmentation) Add an augmentation to this builder's product.IsisTopologyAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<IsisTopologyAttributes>> 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.network.topology.topology.igp.topology.attributes with parameters of type IsisTopologyAttributesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIsisTopologyAttributes
.