public interface Order extends org.opendaylight.yangtools.yang.binding.ChildOf<OrderTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<Order>, Tlv
This class represents the following YANG schema fragment defined in module pcep-types
container order {
leaf delete {
type uint32;
}
leaf setup {
type uint32;
}
uses tlv;
}
The schema path to identify an instance is
pcep-types/order-tlv/order
To create instances of this class use OrderBuilder.
OrderBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDelete() |
Long |
getSetup() |
Copyright © 2018 OpenDaylight. All rights reserved.