Interface AggregateFlowStatistics
- 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:
AggregateFlowStatisticsData
@Generated("mdsal-binding-generator")
public interface AggregateFlowStatistics
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module opendaylight-flow-statistics
grouping aggregate-flow-statistics { container aggregate-flow-statistics { uses stat-types:aggregate-flow-statistics; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn aggregateFlowStatistics, ornull
if it is not present.@NonNull AggregateFlowStatistics
Return aggregateFlowStatistics, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getAggregateFlowStatistics
AggregateFlowStatistics getAggregateFlowStatistics()Return aggregateFlowStatistics, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics.AggregateFlowStatistics
aggregateFlowStatistics, ornull
if it is not present.
-
nonnullAggregateFlowStatistics
@NonNull AggregateFlowStatistics nonnullAggregateFlowStatistics()Return aggregateFlowStatistics, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics.AggregateFlowStatistics
aggregateFlowStatistics, or an empty instance if it is not present.
-