Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event.Prefix
Packages that use Prefix
Package
Description
-
Uses of Prefix in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 that return PrefixModifier and TypeMethodDescriptionIgpPrefixEvent.getPrefix()
Return prefix, ornull
if it is not present.IgpPrefixEventBuilder.getPrefix()
Return current value associated with the property corresponding toIgpPrefixEvent.getPrefix()
.@NonNull Prefix
IgpPrefixEvent.nonnullPrefix()
Return prefix, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021 with parameters of type PrefixModifier and TypeMethodDescriptionSet the property corresponding toIgpPrefixEvent.getPrefix()
to the specified value. -
Uses of Prefix in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event with type parameters of type PrefixModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Prefix>>
E$$PrefixBuilder.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.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event that return PrefixModifier and TypeMethodDescription@NonNull Prefix
PrefixBuilder.build()
A newPrefix
instance.static @NonNull Prefix
PrefixBuilder.empty()
Get empty instance of Prefix.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event that return types with arguments of type PrefixMethods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event with parameters of type PrefixModifier and TypeMethodDescriptionstatic boolean
Prefix.bindingEquals
(@NonNull Prefix thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Prefix.bindingHashCode
(@NonNull Prefix obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Prefix.bindingToString
(@NonNull Prefix obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event with type arguments of type PrefixModifier and TypeMethodDescriptionPrefixBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Prefix> augmentation) Add an augmentation to this builder's product.PrefixBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Prefix>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event with parameters of type PrefixModifierConstructorDescriptionPrefixBuilder
(Prefix base) Construct a builder initialized with state from specifiedPrefix
.