Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l3vpn.ipv6.multicast.group.L3vpnIpv6Multicast
Package
Description
-
Uses of L3vpnIpv6Multicast in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009
Modifier and TypeMethodDescriptionL3vpnIpv6MulticastGroup.getL3vpnIpv6Multicast()
Return l3vpnIpv6Multicast, ornull
if it is not present.@NonNull L3vpnIpv6Multicast
L3vpnIpv6MulticastGroup.nonnullL3vpnIpv6Multicast()
Return l3vpnIpv6Multicast, or an empty instance if it is not present. -
Uses of L3vpnIpv6Multicast in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list
Modifier and TypeMethodDescriptionAfiSafiBuilder.getL3vpnIpv6Multicast()
Return current value associated with the property corresponding toL3vpnIpv6MulticastGroup.getL3vpnIpv6Multicast()
.Modifier and TypeMethodDescriptionAfiSafiBuilder.setL3vpnIpv6Multicast
(L3vpnIpv6Multicast value) Set the property corresponding toL3vpnIpv6MulticastGroup.getL3vpnIpv6Multicast()
to the specified value. -
Uses of L3vpnIpv6Multicast in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l3vpn.ipv6.multicast.group
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<L3vpnIpv6Multicast>>
E$$L3vpnIpv6MulticastBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull L3vpnIpv6Multicast
L3vpnIpv6MulticastBuilder.build()
A newL3vpnIpv6Multicast
instance.static @NonNull L3vpnIpv6Multicast
L3vpnIpv6MulticastBuilder.empty()
Get empty instance of L3vpnIpv6Multicast.Modifier and TypeMethodDescriptiondefault Class
<L3vpnIpv6Multicast> L3vpnIpv6Multicast.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
L3vpnIpv6Multicast.bindingEquals
(@NonNull L3vpnIpv6Multicast thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
L3vpnIpv6Multicast.bindingHashCode
(@NonNull L3vpnIpv6Multicast obj) Default implementation ofObject.hashCode()
contract for this interface.static String
L3vpnIpv6Multicast.bindingToString
(@NonNull L3vpnIpv6Multicast obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionL3vpnIpv6MulticastBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<L3vpnIpv6Multicast> augmentation) Add an augmentation to this builder's product.L3vpnIpv6MulticastBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<L3vpnIpv6Multicast>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedL3vpnIpv6Multicast
.