public interface MakeToastInput extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<MakeToastInput>
This class represents the following YANG schema fragment defined in module toaster
input {
leaf toasterDoneness {
type uint32 {
range "1 .. 10";
}
default 5;
}
leaf toasterToastType {
type identityref {
base toast:toast-type;
}
default wheat-bread;
}
}
The schema path to identify an instance is
toaster/make-toast/input
To create instances of this class use MakeToastInputBuilder.
MakeToastInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getToasterDoneness()
This variable controls how well-done is the ensuing toast.
|
@Nullable Class<? extends ToastType> |
getToasterToastType()
This variable informs the toaster of the type of material that is being toasted.
|
default Class<MakeToastInput> |
implementedInterface() |
default Class<MakeToastInput> 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 getToasterDoneness()
java.lang.Long toasterDoneness, or null if not present@Nullable Class<? extends ToastType> getToasterToastType()
java.lang.Class toasterToastType, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.