Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors.Selector
-
-
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 Selector Modifier and Type Method Description @Nullable Map<SelectorKey,Selector>Selectors. getSelector()Return selector, ornullif it is not present.Map<SelectorKey,Selector>SelectorsBuilder. 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 Selector Modifier and Type Method Description SelectorsBuilderSelectorsBuilder. setSelector(Map<SelectorKey,Selector> values) -
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 Selector Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Selector>>
E$$SelectorBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors that return Selector Modifier and Type Method Description SelectorSelectorBuilder. build()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 Selector Modifier and Type Method Description default Class<Selector>Selector. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors with parameters of type Selector Modifier and Type Method Description static 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 Selector Modifier and Type Method Description SelectorBuilderSelectorBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Selector> augmentation)Add an augmentation to this builder's product.SelectorBuilderSelectorBuilder. 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 Selector Constructor Description SelectorBuilder(Selector base)
-