public interface Priority
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping priority {
leaf hold-priority {
type uint8;
default 0;
}
leaf setup-priority {
type uint8;
default 0;
}
}
The schema path to identify an instance is
rsvp/priority| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Short |
getHoldPriority() |
@Nullable Short |
getSetupPriority() |
Class<? extends Priority> |
implementedInterface() |
Class<? extends Priority> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Short getHoldPriority()
java.lang.Short holdPriority, or null if not present@Nullable Short getSetupPriority()
java.lang.Short setupPriority, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.