public interface GetGroupStatisticsInput extends StatsInputCommonGrouping, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetGroupStatisticsInput>
This class represents the following YANG schema fragment defined in module opendaylight-direct-statistics
input { uses stats-input-common-grouping; leaf group-id { type group-types:group-id; } }The schema path to identify an instance is opendaylight-direct-statistics/get-group-statistics/input
To create instances of this class use GetGroupStatisticsInputBuilder
.
GetGroupStatisticsInputBuilder
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable GroupId |
getGroupId() |
getNode
isStoreStats
@Nullable GroupId getGroupId()
org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.GroupId
groupId
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.