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