Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top.Logging
Packages that use Logging
Package
Description
-
Uses of Logging 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 LoggingModifier and TypeMethodDescriptionLoggingTop.getLogging()Return logging, ornullif it is not present.@NonNull LoggingLoggingTop.nonnullLogging()Return logging, or an empty instance if it is not present. -
Uses of Logging 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 with type parameters of type LoggingModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Logging>>
E$$LoggingBuilder.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.top that return LoggingModifier and TypeMethodDescription@NonNull LoggingLoggingBuilder.build()A newLogginginstance.static @NonNull LoggingLoggingBuilder.empty()Get empty instance of Logging.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top that return types with arguments of type LoggingMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top with parameters of type LoggingModifier and TypeMethodDescriptionstatic booleanLogging.bindingEquals(@NonNull Logging thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intLogging.bindingHashCode(@NonNull Logging obj) Default implementation ofObject.hashCode()contract for this interface.static StringLogging.bindingToString(@NonNull Logging 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.top with type arguments of type LoggingModifier and TypeMethodDescriptionLoggingBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Logging> augmentation) Add an augmentation to this builder's product.LoggingBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Logging>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top with parameters of type LoggingModifierConstructorDescriptionLoggingBuilder(Logging base) Construct a builder initialized with state from specifiedLogging. -
Uses of Logging in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top that return LoggingModifier and TypeMethodDescriptionSystemBuilder.getLogging()Return current value associated with the property corresponding toLoggingTop.getLogging().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type LoggingModifier and TypeMethodDescriptionSystemBuilder.setLogging(Logging value) Set the property corresponding toLoggingTop.getLogging()to the specified value.