Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.debug.service.Config
Packages that use Config
Package
Description
-
Uses of Config in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries that return ConfigModifier and TypeMethodDescriptionDebugService.getConfig()Return config, ornullif it is not present.DebugServiceBuilder.getConfig()Return current value associated with the property corresponding toDebugService.getConfig().@NonNull ConfigDebugService.nonnullConfig()Return config, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries with parameters of type ConfigModifier and TypeMethodDescriptionSet the property corresponding toDebugService.getConfig()to the specified value. -
Uses of Config in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.debug.service
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.debug.service with type parameters of type ConfigModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Config>>
E$$ConfigBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.debug.service that return ConfigModifier and TypeMethodDescription@NonNull ConfigConfigBuilder.build()A newConfiginstance.static @NonNull ConfigConfigBuilder.empty()Get empty instance of Config.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.debug.service that return types with arguments of type ConfigMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.debug.service with parameters of type ConfigModifier and TypeMethodDescriptionstatic booleanConfig.bindingEquals(@NonNull Config thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intConfig.bindingHashCode(@NonNull Config obj) Default implementation ofObject.hashCode()contract for this interface.static StringConfig.bindingToString(@NonNull Config obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.debug.service with type arguments of type ConfigModifier and TypeMethodDescriptionConfigBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Config> augmentation) Add an augmentation to this builder's product.ConfigBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Config>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.debug.service with parameters of type ConfigModifierConstructorDescriptionConfigBuilder(Config base) Construct a builder initialized with state from specifiedConfig.