public interface SuccessCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SuccessCase>, Result
This class represents the following YANG schema fragment defined in module pcep-types
case success-case {
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| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Success |
getSuccess() |
default Class<SuccessCase> |
implementedInterface() |
default Class<SuccessCase> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Success getSuccess()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.Success success, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.