Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.ospf.node.attributes.Ted
Packages that use Ted
Package
Description
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes
-
Uses of Ted 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 that return TedModifier and TypeMethodDescriptionOspfNodeAttributes.getTed()Return ted, ornullif it is not present.OspfNodeAttributesBuilder.getTed()Return current value associated with the property corresponding toOspfNodeAttributes.getTed().@NonNull TedOspfNodeAttributes.nonnullTed()Return ted, 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.ospf.node.attributes with parameters of type TedModifier and TypeMethodDescriptionSet the property corresponding toOspfNodeAttributes.getTed()to the specified value. -
Uses of Ted in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.ospf.node.attributes
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.ospf.node.attributes with type parameters of type TedModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ted>>
E$$TedBuilder.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.ospf.node.attributes that return TedModifier and TypeMethodDescription@NonNull TedTedBuilder.build()A newTedinstance.static @NonNull TedTedBuilder.empty()Get empty instance of Ted.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.ospf.node.attributes that return types with arguments of type TedMethods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.ospf.node.attributes with parameters of type TedModifier and TypeMethodDescriptionstatic booleanTed.bindingEquals(@NonNull Ted thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTed.bindingHashCode(@NonNull Ted obj) Default implementation ofObject.hashCode()contract for this interface.static StringTed.bindingToString(@NonNull Ted 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.ospf.node.attributes with type arguments of type TedModifier and TypeMethodDescriptionTedBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Ted> augmentation) Add an augmentation to this builder's product.TedBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ted>> 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.ospf.node.attributes with parameters of type TedModifierConstructorDescriptionTedBuilder(Ted base) Construct a builder initialized with state from specifiedTed.