Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors.SelectorBuilder
Packages that use SelectorBuilder
Package
Description
-
Uses of SelectorBuilder 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 that return SelectorBuilderModifier 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.Set the property corresponding toSelector.getConfig()to the specified value.SelectorBuilder.setFacility(SYSLOGFACILITY value) Set the property corresponding toSelector.getFacility()to the specified value.SelectorBuilder.setSeverity(SyslogSeverity value) Set the property corresponding toSelector.getSeverity()to the specified value.Set the property corresponding toSelector.getState()to the specified value.SelectorBuilder.withKey(SelectorKey key) Set the key value corresponding toSelector.key()to the specified value.