Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ipv6.nd.target._case.Ipv6NdTarget
-
-
Uses of Ipv6NdTarget in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value that return Ipv6NdTarget Modifier and Type Method Description Ipv6NdTarget
Ipv6NdTargetCase. getIpv6NdTarget()
Return ipv6NdTarget, ornull
if it is not present.Ipv6NdTarget
Ipv6NdTargetCaseBuilder. getIpv6NdTarget()
Return current value associated with the property corresponding toIpv6NdTargetCase.getIpv6NdTarget()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type Ipv6NdTarget Modifier and Type Method Description Ipv6NdTargetCaseBuilder
Ipv6NdTargetCaseBuilder. setIpv6NdTarget(Ipv6NdTarget value)
Set the property corresponding toIpv6NdTargetCase.getIpv6NdTarget()
to the specified value. -
Uses of Ipv6NdTarget in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ipv6.nd.target._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ipv6.nd.target._case with type parameters of type Ipv6NdTarget Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6NdTarget>>
E$$Ipv6NdTargetBuilder. augmentation(Class<E$$> augmentationType)
Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ipv6.nd.target._case that return Ipv6NdTarget Modifier and Type Method Description @NonNull Ipv6NdTarget
Ipv6NdTargetBuilder. build()
A newIpv6NdTarget
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ipv6.nd.target._case that return types with arguments of type Ipv6NdTarget Modifier and Type Method Description default Class<Ipv6NdTarget>
Ipv6NdTarget. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ipv6.nd.target._case with parameters of type Ipv6NdTarget Modifier and Type Method Description static boolean
Ipv6NdTarget. bindingEquals(@NonNull Ipv6NdTarget thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv6NdTarget. bindingHashCode(@NonNull Ipv6NdTarget obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv6NdTarget. bindingToString(@NonNull Ipv6NdTarget obj)
Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ipv6.nd.target._case with type arguments of type Ipv6NdTarget Modifier and Type Method Description Ipv6NdTargetBuilder
Ipv6NdTargetBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6NdTarget> augmentation)
Add an augmentation to this builder's product.Ipv6NdTargetBuilder
Ipv6NdTargetBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6NdTarget>> augmentationType)
Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ipv6.nd.target._case with parameters of type Ipv6NdTarget Constructor Description Ipv6NdTargetBuilder(Ipv6NdTarget base)
Construct a builder initialized with state from specifiedIpv6NdTarget
.
-