Interface GroupDescStatsReply
- 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:
GetGroupDescriptionOutput
,GroupDescStatsUpdated
,MultipartReplyGroupDesc
@Generated("mdsal-binding-generator")
public interface GroupDescStatsReply
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module opendaylight-group-types
grouping group-desc-stats-reply { list group-desc-stats { key group-id; uses group; } }
-
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 TypeMethodDescription@Nullable Map<GroupDescStatsKey,
GroupDescStats> Return groupDescStats, ornull
if it is not present.Class<? extends GroupDescStatsReply>
default @NonNull Map<GroupDescStatsKey,
GroupDescStats> Return groupDescStats, or an empty list 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 GroupDescStatsReply> 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
-
getGroupDescStats
@Nullable Map<GroupDescStatsKey,GroupDescStats> getGroupDescStats()Return groupDescStats, ornull
if it is not present.- Returns:
Map<GroupDescStatsKey, GroupDescStats>
groupDescStats, ornull
if it is not present.
-
nonnullGroupDescStats
Return groupDescStats, or an empty list if it is not present.- Returns:
Map<GroupDescStatsKey, GroupDescStats>
groupDescStats, or an empty list if it is not present.
-