Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn.FlowMods
-
-
Uses of FlowMods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping that return types with arguments of type FlowMods Modifier and Type Method Description @Nullable List<FlowMods>NxLearn. getFlowMods()Return flowMods, ornullif it is not present.List<FlowMods>NxLearnBuilder. getFlowMods()default @NonNull List<FlowMods>NxLearn. nonnullFlowMods()Return flowMods, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping with type arguments of type FlowMods Modifier and Type Method Description NxLearnBuilderNxLearnBuilder. setFlowMods(List<FlowMods> values) -
Uses of FlowMods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn with type parameters of type FlowMods Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowMods>>
E$$FlowModsBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn that return FlowMods Modifier and Type Method Description FlowModsFlowModsBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn that return types with arguments of type FlowMods Modifier and Type Method Description default Class<FlowMods>FlowMods. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn with parameters of type FlowMods Modifier and Type Method Description static booleanFlowMods. bindingEquals(@NonNull FlowMods thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intFlowMods. bindingHashCode(@NonNull FlowMods obj)Default implementation ofObject.hashCode()contract for this interface.static StringFlowMods. bindingToString(@NonNull FlowMods obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn with type arguments of type FlowMods Modifier and Type Method Description FlowModsBuilderFlowModsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<FlowMods> augmentation)Add an augmentation to this builder's product.FlowModsBuilderFlowModsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowMods>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn with parameters of type FlowMods Constructor Description FlowModsBuilder(FlowMods base)
-