Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.OspfNodeAttributes
Packages that use OspfNodeAttributes
Package
Description
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes
-
Uses of OspfNodeAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021 that return OspfNodeAttributesModifier and TypeMethodDescriptionIgpNodeAttributes1Builder.getOspfNodeAttributes()
Return current value associated with the property corresponding toOspfNodeAttributes.getOspfNodeAttributes()
.IgpNodeEvent1Builder.getOspfNodeAttributes()
Return current value associated with the property corresponding toOspfNodeAttributes.getOspfNodeAttributes()
.OspfNodeAttributes.getOspfNodeAttributes()
Return ospfNodeAttributes, ornull
if it is not present.@NonNull OspfNodeAttributes
OspfNodeAttributes.nonnullOspfNodeAttributes()
Return ospfNodeAttributes, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021 with parameters of type OspfNodeAttributesModifier and TypeMethodDescriptionIgpNodeAttributes1Builder.setOspfNodeAttributes
(OspfNodeAttributes value) Set the property corresponding toOspfNodeAttributes.getOspfNodeAttributes()
to the specified value.IgpNodeEvent1Builder.setOspfNodeAttributes
(OspfNodeAttributes value) Set the property corresponding toOspfNodeAttributes.getOspfNodeAttributes()
to the specified value. -
Uses of OspfNodeAttributes in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes with type parameters of type OspfNodeAttributesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<OspfNodeAttributes>>
E$$OspfNodeAttributesBuilder.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.ospf.topology.rev131021.ospf.node.attributes that return OspfNodeAttributesModifier and TypeMethodDescription@NonNull OspfNodeAttributes
OspfNodeAttributesBuilder.build()
A newOspfNodeAttributes
instance.static @NonNull OspfNodeAttributes
OspfNodeAttributesBuilder.empty()
Get empty instance of OspfNodeAttributes.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes that return types with arguments of type OspfNodeAttributesModifier and TypeMethodDescriptiondefault Class
<OspfNodeAttributes> OspfNodeAttributes.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes with parameters of type OspfNodeAttributesModifier and TypeMethodDescriptionstatic boolean
OspfNodeAttributes.bindingEquals
(@NonNull OspfNodeAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
OspfNodeAttributes.bindingHashCode
(@NonNull OspfNodeAttributes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
OspfNodeAttributes.bindingToString
(@NonNull OspfNodeAttributes obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes with type arguments of type OspfNodeAttributesModifier and TypeMethodDescriptionOspfNodeAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<OspfNodeAttributes> augmentation) Add an augmentation to this builder's product.OspfNodeAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<OspfNodeAttributes>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes with parameters of type OspfNodeAttributesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedOspfNodeAttributes
.