public interface PathKeySubobject extends org.opendaylight.yangtools.yang.binding.DataObject, CSubobject
This class represents the following YANG schema fragment defined in module rsvp
grouping path-key-subobject {
uses c-subobject;
leaf pce-id {
type pce-id;
}
leaf path-key {
type path-key;
}
}
The schema path to identify an instance is
rsvp/path-key-subobject| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable PathKey |
getPathKey() |
@Nullable PceId |
getPceId() |
Class<? extends PathKeySubobject> |
implementedInterface() |
Class<? extends PathKeySubobject> implementedInterface()
implementedInterface in interface CSubobjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable PceId getPceId()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.PceId pceId, or null if not present@Nullable PathKey getPathKey()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.PathKey pathKey, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.