All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot

@Generated("mdsal-binding-generator") public interface LldpSpeakerConfigData extends org.opendaylight.yangtools.yang.binding.DataRoot
Configuration for LLDP speaker application.

This class represents the following YANG schema fragment defined in module lldp-speaker-config

 module lldp-speaker-config {
   yang-version 1;
   namespace urn:opendaylight:params:xml:ns:yang:openflow:applications:lldp-speaker:config;
   prefix lldp-speaker-config;
   import ietf-yang-types {
     prefix yang;
     revision-date 2013-07-15;
   }
   revision 2016-05-12 {
   }
   container lldp-speaker-config {
     leaf address-destination {
       type yang:mac-address;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return lldpSpeakerConfig, or null if it is not present.
  • Method Details

    • getLldpSpeakerConfig

      LldpSpeakerConfig getLldpSpeakerConfig()
      Return lldpSpeakerConfig, or null if it is not present.
      Returns:
      LldpSpeakerConfig lldpSpeakerConfig, or null if it is not present.