Interface GroupStatistics
- 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
- All Known Subinterfaces:
NodeGroupStatistics
@Generated("mdsal-binding-generator")
public interface GroupStatistics
extends org.opendaylight.yangtools.yang.binding.DataObject
TODO:: simplify
This 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
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn groupStatistics, ornull
if it is not present.Class<? extends GroupStatistics>
@NonNull GroupStatistics
Return groupStatistics, or an empty instance if it is not present.
-
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 GroupStatistics> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.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.
-
nonnullGroupStatistics
@NonNull GroupStatistics nonnullGroupStatistics()Return groupStatistics, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.group.statistics.rev131111.group.statistics.GroupStatistics
groupStatistics, or an empty instance if it is not present.
-