Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors.Selector
Packages that use Selector
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top
-
Uses of Selector 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 that return types with arguments of type SelectorModifier and TypeMethodDescription@Nullable Map<SelectorKey,Selector> Selectors.getSelector()Return selector, ornullif it is not present.SelectorsBuilder.getSelector()Return current value associated with the property corresponding toSelectors.getSelector().default @NonNull Map<SelectorKey,Selector> Selectors.nonnullSelector()Return selector, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top with type arguments of type SelectorModifier and TypeMethodDescriptionSelectorsBuilder.setSelector(Map<SelectorKey, Selector> values) Set the property corresponding toSelectors.getSelector()to the specified value. -
Uses of Selector in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors with type parameters of type SelectorModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Selector>>
E$$SelectorBuilder.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.selectors that return SelectorModifier and TypeMethodDescription@NonNull SelectorSelectorBuilder.build()A newSelectorinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors that return types with arguments of type SelectorMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors with parameters of type SelectorModifier and TypeMethodDescriptionstatic booleanSelector.bindingEquals(@NonNull Selector thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSelector.bindingHashCode(@NonNull Selector obj) Default implementation ofObject.hashCode()contract for this interface.static StringSelector.bindingToString(@NonNull Selector 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.selectors with type arguments of type SelectorModifier and TypeMethodDescriptionSelectorBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Selector> augmentation) Add an augmentation to this builder's product.SelectorBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Selector>> 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.selectors with parameters of type SelectorModifierConstructorDescriptionSelectorBuilder(Selector base) Construct a builder initialized with state from specifiedSelector.