Interface BundleControlGrouping
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,BundleCommonGrouping,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
ControlBundleInput,OnfControlGroupingData,SalControlData
@Generated("mdsal-binding-generator") public interface BundleControlGrouping extends org.opendaylight.yangtools.yang.binding.DataObject, BundleCommonGrouping
ONF_ET_BUNDLE_CONTROL message in OpenFlow Switch Extension 230.This class represents the following YANG schema fragment defined in module onf-extensions
grouping bundle-control-grouping { uses bundle-common-grouping; leaf type { type bundle-control-type; } }The schema path to identify an instance is onf-extensions/bundle-control-grouping
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BundleControlTypegetType()Return type, ornullif it is not present.Class<? extends BundleControlGrouping>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.BundleCommonGrouping
getBundleId, getBundleProperty, getFlags, nonnullBundleProperty
-
-
-
-
Method Detail
-
implementedInterface
Class<? extends BundleControlGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceBundleCommonGrouping- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getType
BundleControlType getType()
Return type, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.BundleControlTypetype, ornullif it is not present.
-
-