Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes.DestinationIpv4
Packages that use DestinationIpv4
Package
Description
-
Uses of DestinationIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515 that return DestinationIpv4Modifier and TypeMethodDescriptionIpv4Prefixes.getDestinationIpv4()
Return destinationIpv4, ornull
if it is not present.@NonNull DestinationIpv4
Ipv4Prefixes.nonnullDestinationIpv4()
Return destinationIpv4, or an empty instance if it is not present. -
Uses of DestinationIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes with type parameters of type DestinationIpv4Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<DestinationIpv4>>
E$$DestinationIpv4Builder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes that return DestinationIpv4Modifier and TypeMethodDescription@NonNull DestinationIpv4
DestinationIpv4Builder.build()
A newDestinationIpv4
instance.static @NonNull DestinationIpv4
DestinationIpv4Builder.empty()
Get empty instance of DestinationIpv4.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes that return types with arguments of type DestinationIpv4Modifier and TypeMethodDescriptiondefault Class
<DestinationIpv4> DestinationIpv4.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes with parameters of type DestinationIpv4Modifier and TypeMethodDescriptionstatic boolean
DestinationIpv4.bindingEquals
(@NonNull DestinationIpv4 thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
DestinationIpv4.bindingHashCode
(@NonNull DestinationIpv4 obj) Default implementation ofObject.hashCode()
contract for this interface.static String
DestinationIpv4.bindingToString
(@NonNull DestinationIpv4 obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes with type arguments of type DestinationIpv4Modifier and TypeMethodDescriptionDestinationIpv4Builder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<DestinationIpv4> augmentation) Add an augmentation to this builder's product.DestinationIpv4Builder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<DestinationIpv4>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes with parameters of type DestinationIpv4ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDestinationIpv4
. -
Uses of DestinationIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.update.attributes.mp.reach.nlri.advertized.routes.destination.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.update.attributes.mp.reach.nlri.advertized.routes.destination.type that return DestinationIpv4Modifier and TypeMethodDescriptionDestinationIpv4CaseBuilder.getDestinationIpv4()
Return current value associated with the property corresponding toIpv4Prefixes.getDestinationIpv4()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.update.attributes.mp.reach.nlri.advertized.routes.destination.type with parameters of type DestinationIpv4Modifier and TypeMethodDescriptionDestinationIpv4CaseBuilder.setDestinationIpv4
(DestinationIpv4 value) Set the property corresponding toIpv4Prefixes.getDestinationIpv4()
to the specified value. -
Uses of DestinationIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type that return DestinationIpv4Modifier and TypeMethodDescriptionDestinationIpv4CaseBuilder.getDestinationIpv4()
Return current value associated with the property corresponding toIpv4Prefixes.getDestinationIpv4()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type with parameters of type DestinationIpv4Modifier and TypeMethodDescriptionDestinationIpv4CaseBuilder.setDestinationIpv4
(DestinationIpv4 value) Set the property corresponding toIpv4Prefixes.getDestinationIpv4()
to the specified value.