Interface LldpSpeakerConfigData

  • 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 Detail

      • getLldpSpeakerConfig

        LldpSpeakerConfig getLldpSpeakerConfig()
        Return lldpSpeakerConfig, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.config.rev160512.LldpSpeakerConfig lldpSpeakerConfig, or null if it is not present.