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 {
uses tlv;
leaf delete {
type uint32;
}
leaf setup {
type uint32;
}
}
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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getDelete() |
@Nullable Long |
getSetup() |
default Class<Order> |
implementedInterface() |
default Class<Order> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface Tlv@Nullable Long getDelete()
java.lang.Long delete, or null if not present@Nullable Long getSetup()
java.lang.Long setup, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.