Interface FlowAndStatisticsMap
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,Duration,Flow,GenericFlowAttributes,GenericStatistics
- All Known Subinterfaces:
FlowAndStatisticsMapList
@Generated("mdsal-binding-generator")
public interface FlowAndStatisticsMap
extends org.opendaylight.yangtools.yang.binding.DataObject, Flow, GenericStatistics
Mapping between flow and its statistics
This class represents the following YANG schema fragment defined in module opendaylight-flow-statistics
grouping flow-and-statistics-map {
uses flow-types:flow;
uses stat-types:generic-statistics;
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.Duration
getDuration, nonnullDurationMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.Flow
getBarrier, getBufferId, getContainerName, getCookieMask, getFlags, getFlowName, getInstallHw, getInstructions, getMatch, getOutGroup, getOutPort, getStrict, nonnullInstructions, nonnullMatch, requireBarrier, requireBufferId, requireContainerName, requireCookieMask, requireFlags, requireFlowName, requireInstallHw, requireOutGroup, requireOutPort, requireStrictMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.GenericFlowAttributes
getCookie, getHardTimeout, getIdleTimeout, getPriority, getTableId, requireCookie, requireHardTimeout, requireIdleTimeout, requirePriority, requireTableIdMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.GenericStatistics
getByteCount, getPacketCount, requireByteCount, requirePacketCount
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends FlowAndStatisticsMap> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceDuration- Specified by:
implementedInterfacein interfaceFlow- Specified by:
implementedInterfacein interfaceGenericFlowAttributes- Specified by:
implementedInterfacein interfaceGenericStatistics
-