Interface FlowStatistics
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
FlowStatisticsData
@Generated("mdsal-binding-generator")
public interface FlowStatistics
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module opendaylight-flow-statistics
grouping flow-statistics {
container flow-statistics {
uses stat-types:generic-statistics;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn flowStatistics, ornullif it is not present.@NonNull FlowStatisticsReturn flowStatistics, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getFlowStatistics
FlowStatistics getFlowStatistics()Return flowStatistics, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.statistics.FlowStatisticsflowStatistics, ornullif it is not present.
-
nonnullFlowStatistics
@NonNull FlowStatistics nonnullFlowStatistics()Return flowStatistics, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.statistics.FlowStatisticsflowStatistics, or an empty instance if it is not present.
-