Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.nshc._1.grouping.Nshc1Values
Packages that use Nshc1Values
Package
Description
-
Uses of Nshc1Values 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 Nshc1ValuesModifier and TypeMethodDescriptionOfjNxmNxMatchNshc1Grouping.getNshc1Values()
Return nshc1Values, ornull
if it is not present. -
Uses of Nshc1Values in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.nshc._1.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.nshc._1.grouping with type parameters of type Nshc1ValuesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Nshc1Values>>
E$$Nshc1ValuesBuilder.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.nx.match.nshc._1.grouping that return Nshc1ValuesModifier and TypeMethodDescription@NonNull Nshc1Values
Nshc1ValuesBuilder.build()
A newNshc1Values
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.nshc._1.grouping that return types with arguments of type Nshc1ValuesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.nshc._1.grouping with parameters of type Nshc1ValuesModifier and TypeMethodDescriptionstatic boolean
Nshc1Values.bindingEquals
(@NonNull Nshc1Values thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Nshc1Values.bindingHashCode
(@NonNull Nshc1Values obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Nshc1Values.bindingToString
(@NonNull Nshc1Values 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.nx.match.nshc._1.grouping with type arguments of type Nshc1ValuesModifier and TypeMethodDescriptionNshc1ValuesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Nshc1Values> augmentation) Add an augmentation to this builder's product.Nshc1ValuesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Nshc1Values>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.nshc._1.grouping with parameters of type Nshc1ValuesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedNshc1Values
.