Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top.Logging
-
-
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 Logging Modifier and Type Method Description LoggingLoggingTop. getLogging()Return logging, ornullif 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 Logging Modifier and Type Method Description <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 Logging Modifier and Type Method Description @NonNull LoggingLoggingBuilder. build()A newLogginginstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top that return types with arguments of type Logging Modifier and Type Method Description default Class<Logging>Logging. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.top with parameters of type Logging Modifier and Type Method Description static 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 Logging Modifier and Type Method Description LoggingBuilderLoggingBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Logging> augmentation)Add an augmentation to this builder's product.LoggingBuilderLoggingBuilder. 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 Logging Constructor Description LoggingBuilder(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 Logging Modifier and Type Method Description LoggingSystemBuilder. 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 Logging Modifier and Type Method Description SystemBuilderSystemBuilder. setLogging(Logging value)Set the property corresponding toLoggingTop.getLogging()to the specified value.
-