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