Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.Selectors
Packages that use Selectors
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top
-
Uses of Selectors 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 SelectorsModifier and TypeMethodDescriptionLoggingSelectorsTop.getSelectors()Return selectors, ornullif it is not present.@NonNull SelectorsLoggingSelectorsTop.nonnullSelectors()Return selectors, or an empty instance if it is not present. -
Uses of Selectors 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 that return SelectorsModifier and TypeMethodDescriptionConsoleBuilder.getSelectors()Return current value associated with the property corresponding toLoggingSelectorsTop.getSelectors().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.console.top with parameters of type SelectorsModifier and TypeMethodDescriptionConsoleBuilder.setSelectors(Selectors value) Set the property corresponding toLoggingSelectorsTop.getSelectors()to the specified value. -
Uses of Selectors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers that return SelectorsModifier and TypeMethodDescriptionRemoteServerBuilder.getSelectors()Return current value associated with the property corresponding toLoggingSelectorsTop.getSelectors().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers with parameters of type SelectorsModifier and TypeMethodDescriptionRemoteServerBuilder.setSelectors(Selectors value) Set the property corresponding toLoggingSelectorsTop.getSelectors()to the specified value. -
Uses of Selectors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top with type parameters of type SelectorsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Selectors>>
E$$SelectorsBuilder.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.selectors.top that return SelectorsModifier and TypeMethodDescription@NonNull SelectorsSelectorsBuilder.build()A newSelectorsinstance.static @NonNull SelectorsSelectorsBuilder.empty()Get empty instance of Selectors.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top that return types with arguments of type SelectorsMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top with parameters of type SelectorsModifier and TypeMethodDescriptionstatic booleanSelectors.bindingEquals(@NonNull Selectors thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSelectors.bindingHashCode(@NonNull Selectors obj) Default implementation ofObject.hashCode()contract for this interface.static StringSelectors.bindingToString(@NonNull Selectors 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.selectors.top with type arguments of type SelectorsModifier and TypeMethodDescriptionSelectorsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Selectors> augmentation) Add an augmentation to this builder's product.SelectorsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Selectors>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top with parameters of type SelectorsModifierConstructorDescriptionSelectorsBuilder(Selectors base) Construct a builder initialized with state from specifiedSelectors.