Interface GroupStatistics
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
NodeGroupStatistics
@Generated("mdsal-binding-generator") public interface GroupStatistics extends org.opendaylight.yangtools.yang.binding.DataObject
TODO:: simplifyThis class represents the following YANG schema fragment defined in module opendaylight-group-statistics
grouping group-statistics { container group-statistics { uses group-types:group-statistics; } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
YANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupStatistics
getGroupStatistics()
Return groupStatistics, ornull
if it is not present.Class<? extends GroupStatistics>
implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends GroupStatistics> implementedInterface()
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getGroupStatistics
GroupStatistics getGroupStatistics()
Return groupStatistics, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.group.statistics.rev131111.group.statistics.GroupStatistics
groupStatistics, ornull
if it is not present.
-
-