Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group.Ipv6Unicast
Packages that use 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009 that return Ipv6UnicastModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list that return Ipv6UnicastModifier and TypeMethodDescriptionAfiSafiBuilder.getIpv6Unicast()
Return current value associated with the property corresponding toIpv6UnicastGroup.getIpv6Unicast()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list with parameters of type Ipv6UnicastModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group with type parameters of type Ipv6UnicastModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6Unicast>>
E$$Ipv6UnicastBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group that return Ipv6UnicastModifier and TypeMethodDescription@NonNull Ipv6Unicast
Ipv6UnicastBuilder.build()
A newIpv6Unicast
instance.static @NonNull Ipv6Unicast
Ipv6UnicastBuilder.empty()
Get empty instance of Ipv6Unicast.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group that return types with arguments of type Ipv6UnicastMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group with parameters of type Ipv6UnicastModifier 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.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group with type arguments of type Ipv6UnicastModifier and TypeMethodDescriptionIpv6UnicastBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6Unicast> augmentation) Add an augmentation to this builder's product.Ipv6UnicastBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6Unicast>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.ipv6.unicast.group with parameters of type Ipv6UnicastModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv6Unicast
.