public interface Success extends org.opendaylight.yangtools.yang.binding.ChildOf<Replies>, org.opendaylight.yangtools.yang.binding.Augmentable<Success>, VendorInformationObjects
This class represents the following YANG schema fragment defined in module pcep-types
container success {
list paths {
uses path-definition;
}
uses vendor-information-objects;
}
The schema path to identify an instance is
pcep-types/pcrep-message/pcrep-message/replies/result/success-case/success
To create instances of this class use SuccessBuilder.
SuccessBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Paths> |
getPaths() |
default Class<Success> |
implementedInterface() |
default @NonNull List<Paths> |
nonnullPaths() |
getVendorInformationObject, nonnullVendorInformationObjectdefault Class<Success> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface VendorInformationObjectsCopyright © 2020 OpenDaylight. All rights reserved.