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 Detail

      • getToasterAppConfig

        ToasterAppConfig getToasterAppConfig()
        Return toasterAppConfig, or null if it is not present.
        Returns:
        ToasterAppConfig toasterAppConfig, or null if it is not present.