Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group.Ipv6Unicast
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group
-
Uses of Ipv6Unicast in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009
Modifier and TypeMethodDescriptionIpv6UnicastGroup.getIpv6Unicast()
Return ipv6Unicast, ornull
if it is not present.@NonNull Ipv6Unicast
Ipv6UnicastGroup.nonnullIpv6Unicast()
Return ipv6Unicast, or an empty instance if it is not present. -
Uses of Ipv6Unicast in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list
Modifier and TypeMethodDescriptionAfiSafiBuilder.getIpv6Unicast()
Return current value associated with the property corresponding toIpv6UnicastGroup.getIpv6Unicast()
.Modifier and TypeMethodDescriptionAfiSafiBuilder.setIpv6Unicast
(Ipv6Unicast value) Set the property corresponding toIpv6UnicastGroup.getIpv6Unicast()
to the specified value. -
Uses of Ipv6Unicast in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv6Unicast>>
E$$Ipv6UnicastBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Ipv6Unicast
Ipv6UnicastBuilder.build()
A newIpv6Unicast
instance.static @NonNull Ipv6Unicast
Ipv6UnicastBuilder.empty()
Get empty instance of Ipv6Unicast.Modifier and TypeMethodDescriptionstatic boolean
Ipv6Unicast.bindingEquals
(@NonNull Ipv6Unicast thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv6Unicast.bindingHashCode
(@NonNull Ipv6Unicast obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv6Unicast.bindingToString
(@NonNull Ipv6Unicast obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIpv6UnicastBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv6Unicast> augmentation) Add an augmentation to this builder's product.Ipv6UnicastBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6Unicast>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv6Unicast
.