Interface ToasterAppConfigData
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
@Generated("mdsal-binding-generator") public interface ToasterAppConfigData extends org.opendaylight.yangtools.yang.binding.DataRoot
Configuration for the Opendaylight toaster application.This class represents the following YANG schema fragment defined in module toaster-app-config
module toaster-app-config { yang-version 1; namespace urn:opendaylight:params:xml:ns:yang:controller:toaster-app-config; prefix toaster-app-config; import toaster { prefix toaster; revision-date 2009-11-20; } revision 2016-05-03 { } container toaster-app-config { leaf manufacturer { type toaster:DisplayString; default Opendaylight; } leaf model-number { type toaster:DisplayString; default "Model 1 - Binding Aware"; } leaf max-make-toast-tries { type uint16; default 2; } } }
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToasterAppConfiggetToasterAppConfig()Return toasterAppConfig, ornullif it is not present.
-
-
-
Method Detail
-
getToasterAppConfig
ToasterAppConfig getToasterAppConfig()
Return toasterAppConfig, ornullif it is not present.- Returns:
ToasterAppConfigtoasterAppConfig, ornullif it is not present.
-
-