Interface GetFlowStatisticsInput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<GetFlowStatisticsInput>
,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
,StatsInputCommonGrouping
,StoreStatsGrouping
public interface GetFlowStatisticsInput extends StatsInputCommonGrouping, Flow, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetFlowStatisticsInput>
This class represents the following YANG schema fragment defined in module opendaylight-direct-statistics
input input { uses stats-input-common-grouping; uses flow-types:flow; }
The schema path to identify an instance is opendaylight-direct-statistics/get-flow-statistics/inputTo create instances of this class use
GetFlowStatisticsInputBuilder
.- See Also:
GetFlowStatisticsInputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<GetFlowStatisticsInput>
implementedInterface()
-
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
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
getNode
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.StoreStatsGrouping
isStoreStats
-
-
-
-
Method Detail
-
implementedInterface
default Class<GetFlowStatisticsInput> implementedInterface()
- 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
- Specified by:
implementedInterface
in interfaceStatsInputCommonGrouping
- Specified by:
implementedInterface
in interfaceStoreStatsGrouping
-
-