public interface ToasterRestocked extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ToasterRestocked>, org.opendaylight.yangtools.yang.binding.Notification
This class represents the following YANG schema fragment defined in module toaster
notification toasterRestocked {
leaf amountOfBread {
type uint32;
}
}
The schema path to identify an instance is
toaster/toasterRestocked
To create instances of this class use ToasterRestockedBuilder.
ToasterRestockedBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getAmountOfBread()
Indicates the amount of bread that was re-stocked
|
default Class<ToasterRestocked> |
implementedInterface() |
default Class<ToasterRestocked> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Long getAmountOfBread()
java.lang.Long amountOfBread, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.