Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.network.topology.topology.igp.topology.attributes.OspfTopologyAttributes
Package
Description
-
Uses of OspfTopologyAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021
Modifier and TypeMethodDescriptionIgpTopologyAttributes1.getOspfTopologyAttributes()
Return ospfTopologyAttributes, ornull
if it is not present.IgpTopologyAttributes1Builder.getOspfTopologyAttributes()
Return current value associated with the property corresponding toIgpTopologyAttributes1.getOspfTopologyAttributes()
.@NonNull OspfTopologyAttributes
IgpTopologyAttributes1.nonnullOspfTopologyAttributes()
Return ospfTopologyAttributes, or an empty instance if it is not present.Modifier and TypeMethodDescriptionIgpTopologyAttributes1Builder.setOspfTopologyAttributes
(OspfTopologyAttributes value) Set the property corresponding toIgpTopologyAttributes1.getOspfTopologyAttributes()
to the specified value. -
Uses of OspfTopologyAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.network.topology.topology.igp.topology.attributes
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<OspfTopologyAttributes>>
E$$OspfTopologyAttributesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull OspfTopologyAttributes
OspfTopologyAttributesBuilder.build()
A newOspfTopologyAttributes
instance.static @NonNull OspfTopologyAttributes
OspfTopologyAttributesBuilder.empty()
Get empty instance of OspfTopologyAttributes.Modifier and TypeMethodDescriptiondefault Class
<OspfTopologyAttributes> OspfTopologyAttributes.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
OspfTopologyAttributes.bindingEquals
(@NonNull OspfTopologyAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
OspfTopologyAttributes.bindingHashCode
(@NonNull OspfTopologyAttributes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
OspfTopologyAttributes.bindingToString
(@NonNull OspfTopologyAttributes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionOspfTopologyAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<OspfTopologyAttributes> augmentation) Add an augmentation to this builder's product.OspfTopologyAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<OspfTopologyAttributes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedOspfTopologyAttributes
.