public interface PcepSessionStateGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-session-stats
grouping pcep-session-state-grouping {
container pcep-session-state {
uses pcep-session-state;
}
}
The schema path to identify an instance is
pcep-session-stats/pcep-session-state-grouping| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable PcepSessionState |
getPcepSessionState() |
Class<? extends PcepSessionStateGrouping> |
implementedInterface() |
Class<? extends PcepSessionStateGrouping> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable PcepSessionState getPcepSessionState()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping.PcepSessionState pcepSessionState, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.