Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top.Console
Packages that use Console
Package
Description
-
Uses of Console in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121 that return ConsoleModifier and TypeMethodDescriptionLoggingConsoleTop.getConsole()Return console, ornullif it is not present.@NonNull ConsoleLoggingConsoleTop.nonnullConsole()Return console, or an empty instance if it is not present. -
Uses of Console in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top with type parameters of type ConsoleModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Console>>
E$$ConsoleBuilder.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.system.logging.rev181121.logging.console.top that return ConsoleModifier and TypeMethodDescription@NonNull ConsoleConsoleBuilder.build()A newConsoleinstance.static @NonNull ConsoleConsoleBuilder.empty()Get empty instance of Console.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top that return types with arguments of type ConsoleMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top with parameters of type ConsoleModifier and TypeMethodDescriptionstatic booleanConsole.bindingEquals(@NonNull Console thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intConsole.bindingHashCode(@NonNull Console obj) Default implementation ofObject.hashCode()contract for this interface.static StringConsole.bindingToString(@NonNull Console obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top with type arguments of type ConsoleModifier and TypeMethodDescriptionConsoleBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Console> augmentation) Add an augmentation to this builder's product.ConsoleBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Console>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top with parameters of type ConsoleModifierConstructorDescriptionConsoleBuilder(Console base) Construct a builder initialized with state from specifiedConsole. -
Uses of Console in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top that return ConsoleModifier and TypeMethodDescriptionLoggingBuilder.getConsole()Return current value associated with the property corresponding toLoggingConsoleTop.getConsole().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top with parameters of type ConsoleModifier and TypeMethodDescriptionLoggingBuilder.setConsole(Console value) Set the property corresponding toLoggingConsoleTop.getConsole()to the specified value.