Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv4.prefixes.DestinationIpv4
-
-
Uses of DestinationIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329 that return DestinationIpv4 Modifier and Type Method Description DestinationIpv4
Ipv4Prefixes. getDestinationIpv4()
Return destinationIpv4, ornull
if it is not present. -
Uses of DestinationIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv4.prefixes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv4.prefixes with type parameters of type DestinationIpv4 Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.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.inet.rev180329.ipv4.prefixes that return DestinationIpv4 Modifier and Type Method Description @NonNull DestinationIpv4
DestinationIpv4Builder. build()
A newDestinationIpv4
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv4.prefixes that return types with arguments of type DestinationIpv4 Modifier and Type Method Description default Class<DestinationIpv4>
DestinationIpv4. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv4.prefixes with parameters of type DestinationIpv4 Modifier and Type Method Description static 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.inet.rev180329.ipv4.prefixes with type arguments of type DestinationIpv4 Modifier and Type Method Description DestinationIpv4Builder
DestinationIpv4Builder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DestinationIpv4> augmentation)
Add an augmentation to this builder's product.DestinationIpv4Builder
DestinationIpv4Builder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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.inet.rev180329.ipv4.prefixes with parameters of type DestinationIpv4 Constructor Description DestinationIpv4Builder(DestinationIpv4 base)
Construct a builder initialized with state from specifiedDestinationIpv4
. -
Uses of DestinationIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type that return DestinationIpv4 Modifier and Type Method Description DestinationIpv4
DestinationIpv4CaseBuilder. 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.inet.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type with parameters of type DestinationIpv4 Modifier and Type Method Description DestinationIpv4CaseBuilder
DestinationIpv4CaseBuilder. 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.inet.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type that return DestinationIpv4 Modifier and Type Method Description DestinationIpv4
DestinationIpv4CaseBuilder. 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.inet.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type with parameters of type DestinationIpv4 Modifier and Type Method Description DestinationIpv4CaseBuilder
DestinationIpv4CaseBuilder. setDestinationIpv4(DestinationIpv4 value)
Set the property corresponding toIpv4Prefixes.getDestinationIpv4()
to the specified value.
-