public interface Request extends org.opendaylight.yangtools.yang.binding.ChildOf<PcerrMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Request>
This class represents the following YANG schema fragment defined in module pcep-types
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/request
To create instances of this class use RequestBuilder.
RequestBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Rps> |
getRps() |
default Class<Request> |
implementedInterface() |
default @NonNull List<Rps> |
nonnullRps() |
Copyright © 2020 OpenDaylight. All rights reserved.