Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top.Console
-
-
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 Console Modifier and Type Method Description ConsoleLoggingConsoleTop. getConsole()Return console, ornullif 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 Console Modifier and Type Method Description <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 Console Modifier and Type Method Description @NonNull ConsoleConsoleBuilder. build()A newConsoleinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top that return types with arguments of type Console Modifier and Type Method Description default Class<Console>Console. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top with parameters of type Console Modifier and Type Method Description static 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 Console Modifier and Type Method Description ConsoleBuilderConsoleBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Console> augmentation)Add an augmentation to this builder's product.ConsoleBuilderConsoleBuilder. 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 Console Constructor Description ConsoleBuilder(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 Console Modifier and Type Method Description ConsoleLoggingBuilder. 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 Console Modifier and Type Method Description LoggingBuilderLoggingBuilder. setConsole(Console value)Set the property corresponding toLoggingConsoleTop.getConsole()to the specified value.
-