public interface SessionCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SessionCase>, ErrorType
This class represents the following YANG schema fragment defined in module pcep-types
case session-case {
container session {
uses open-object;
}
}
The schema path to identify an instance is
pcep-types/pcerr-message/pcerr-message/error-type/session-case| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Session |
getSession() |
default Class<SessionCase> |
implementedInterface() |
default Class<SessionCase> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Session getSession()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.session._case.Session session, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.