Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes.destination.ipv4.Ipv4Prefixes
Package
Description
-
Uses of Ipv4Prefixes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes
Modifier and TypeMethodDescription@Nullable List
<Ipv4Prefixes> DestinationIpv4.getIpv4Prefixes()
Return ipv4Prefixes, ornull
if it is not present.DestinationIpv4Builder.getIpv4Prefixes()
Return current value associated with the property corresponding toDestinationIpv4.getIpv4Prefixes()
.default @NonNull List
<Ipv4Prefixes> DestinationIpv4.nonnullIpv4Prefixes()
Return ipv4Prefixes, or an empty list if it is not present.Modifier and TypeMethodDescriptionDestinationIpv4Builder.setIpv4Prefixes
(List<Ipv4Prefixes> values) Set the property corresponding toDestinationIpv4.getIpv4Prefixes()
to the specified value. -
Uses of Ipv4Prefixes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.prefixes.destination.ipv4
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv4Prefixes>>
E$$Ipv4PrefixesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Ipv4Prefixes
Ipv4PrefixesBuilder.build()
A newIpv4Prefixes
instance.Modifier and TypeMethodDescriptiondefault Class
<Ipv4Prefixes> Ipv4Prefixes.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
Ipv4Prefixes.bindingEquals
(@NonNull Ipv4Prefixes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv4Prefixes.bindingHashCode
(@NonNull Ipv4Prefixes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv4Prefixes.bindingToString
(@NonNull Ipv4Prefixes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIpv4PrefixesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv4Prefixes> augmentation) Add an augmentation to this builder's product.Ipv4PrefixesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv4Prefixes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv4Prefixes
.