Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.ip.dst.grouping.IpDstValues
Packages that use IpDstValues
Package
Description
-
Uses of IpDstValues in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421 that return IpDstValuesModifier and TypeMethodDescriptionOfjNxmOfMatchIpDstGrouping.getIpDstValues()
Return ipDstValues, ornull
if it is not present.@NonNull IpDstValues
OfjNxmOfMatchIpDstGrouping.nonnullIpDstValues()
Return ipDstValues, or an empty instance if it is not present. -
Uses of IpDstValues in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.match
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.match that return IpDstValuesModifier and TypeMethodDescriptionIpDstCaseValueBuilder.getIpDstValues()
Return current value associated with the property corresponding toOfjNxmOfMatchIpDstGrouping.getIpDstValues()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.match with parameters of type IpDstValuesModifier and TypeMethodDescriptionIpDstCaseValueBuilder.setIpDstValues
(IpDstValues value) Set the property corresponding toOfjNxmOfMatchIpDstGrouping.getIpDstValues()
to the specified value. -
Uses of IpDstValues in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.ip.dst.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.ip.dst.grouping with type parameters of type IpDstValuesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<IpDstValues>>
E$$IpDstValuesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.ip.dst.grouping that return IpDstValuesModifier and TypeMethodDescription@NonNull IpDstValues
IpDstValuesBuilder.build()
A newIpDstValues
instance.static @NonNull IpDstValues
IpDstValuesBuilder.empty()
Get empty instance of IpDstValues.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.ip.dst.grouping that return types with arguments of type IpDstValuesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.ip.dst.grouping with parameters of type IpDstValuesModifier and TypeMethodDescriptionstatic boolean
IpDstValues.bindingEquals
(@NonNull IpDstValues thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IpDstValues.bindingHashCode
(@NonNull IpDstValues obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IpDstValues.bindingToString
(@NonNull IpDstValues obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.ip.dst.grouping with type arguments of type IpDstValuesModifier and TypeMethodDescriptionIpDstValuesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<IpDstValues> augmentation) Add an augmentation to this builder's product.IpDstValuesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpDstValues>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.ip.dst.grouping with parameters of type IpDstValuesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpDstValues
.