public interface UnnumberedSubobject extends org.opendaylight.yangtools.yang.binding.DataObject, CSubobject
This class represents the following YANG schema fragment defined in module rsvp
grouping unnumbered-subobject {
uses c-subobject;
leaf router-id {
type uint32;
}
leaf interface-id {
type uint32;
}
}
The schema path to identify an instance is
rsvp/unnumbered-subobject| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getInterfaceId() |
@Nullable Long |
getRouterId() |
Class<? extends UnnumberedSubobject> |
implementedInterface() |
Class<? extends UnnumberedSubobject> implementedInterface()
implementedInterface in interface CSubobjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Long getRouterId()
java.lang.Long routerId, or null if not present@Nullable Long getInterfaceId()
java.lang.Long interfaceId, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.