Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.config.rev160512.LldpSpeakerConfig
Packages that use LldpSpeakerConfig
Package
Description
-
Uses of LldpSpeakerConfig in org.opendaylight.openflowplugin.applications.lldpspeaker
Constructors in org.opendaylight.openflowplugin.applications.lldpspeaker with parameters of type LldpSpeakerConfigModifierConstructorDescriptionLLDPSpeaker
(PacketProcessingService packetProcessingService, ScheduledExecutorService scheduledExecutorService, LldpSpeakerConfig lldpSpeakerConfig, DeviceOwnershipService deviceOwnershipStatusService) LLDPSpeaker
(PacketProcessingService packetProcessingService, LldpSpeakerConfig lldpSpeakerConfig, DeviceOwnershipService deviceOwnershipService) -
Uses of LldpSpeakerConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.config.rev160512
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.config.rev160512 with type parameters of type LldpSpeakerConfigModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LldpSpeakerConfig>>
E$$LldpSpeakerConfigBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.config.rev160512 that return LldpSpeakerConfigModifier and TypeMethodDescription@NonNull LldpSpeakerConfig
LldpSpeakerConfigBuilder.build()
A newLldpSpeakerConfig
instance.static @NonNull LldpSpeakerConfig
LldpSpeakerConfigBuilder.empty()
Get empty instance of LldpSpeakerConfig.LldpSpeakerConfigData.getLldpSpeakerConfig()
Return lldpSpeakerConfig, ornull
if it is not present.@NonNull LldpSpeakerConfig
LldpSpeakerConfigData.nonnullLldpSpeakerConfig()
Return lldpSpeakerConfig, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.config.rev160512 that return types with arguments of type LldpSpeakerConfigModifier and TypeMethodDescriptiondefault Class<LldpSpeakerConfig>
LldpSpeakerConfig.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.config.rev160512 with parameters of type LldpSpeakerConfigModifier and TypeMethodDescriptionstatic boolean
LldpSpeakerConfig.bindingEquals
(@NonNull LldpSpeakerConfig thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LldpSpeakerConfig.bindingHashCode
(@NonNull LldpSpeakerConfig obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LldpSpeakerConfig.bindingToString
(@NonNull LldpSpeakerConfig obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.config.rev160512 with type arguments of type LldpSpeakerConfigModifier and TypeMethodDescriptionLldpSpeakerConfigBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<LldpSpeakerConfig> augmentation) Add an augmentation to this builder's product.LldpSpeakerConfigBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LldpSpeakerConfig>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.config.rev160512 with parameters of type LldpSpeakerConfigModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLldpSpeakerConfig
.