Interface GetFlowStatisticsFromFlowTableInput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<GetFlowStatisticsFromFlowTableInput>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,Flow
,GenericFlowAttributes
,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
,org.opendaylight.yangtools.yang.binding.RpcInput
@Deprecated public interface GetFlowStatisticsFromFlowTableInput extends org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, Flow, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetFlowStatisticsFromFlowTableInput>
Deprecated.This class represents the following YANG schema fragment defined in module opendaylight-flow-statistics
input input { uses inv:node-context-ref; uses flow-types:flow; }
The schema path to identify an instance is opendaylight-flow-statistics/get-flow-statistics-from-flow-table/inputTo create instances of this class use
GetFlowStatisticsFromFlowTableInputBuilder
.
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
Deprecated.
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default Class<GetFlowStatisticsFromFlowTableInput>
implementedInterface()
Deprecated.-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.Flow
getBufferId, getContainerName, getCookieMask, getFlags, getFlowName, getInstructions, getMatch, getOutGroup, getOutPort, isBarrier, isInstallHw, isStrict
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.GenericFlowAttributes
getCookie, getHardTimeout, getIdleTimeout, getPriority, getTableId
-
-
-
-
Method Detail
-
implementedInterface
default Class<GetFlowStatisticsFromFlowTableInput> implementedInterface()
Deprecated.- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceFlow
- Specified by:
implementedInterface
in interfaceGenericFlowAttributes
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.RpcInput
-
-