Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgpcep.data.change.counter.config.rev170424.DataChangeCounterConfig
-
-
Uses of DataChangeCounterConfig in org.opendaylight.protocol.data.change.counter
Method parameters in org.opendaylight.protocol.data.change.counter with type arguments of type DataChangeCounterConfig Modifier and Type Method Description voidTopologyDataChangeCounterDeployer. onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes) -
Uses of DataChangeCounterConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgpcep.data.change.counter.config.rev170424
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgpcep.data.change.counter.config.rev170424 with type parameters of type DataChangeCounterConfig Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DataChangeCounterConfig>>
E$$DataChangeCounterConfigBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgpcep.data.change.counter.config.rev170424 that return DataChangeCounterConfig Modifier and Type Method Description @NonNull DataChangeCounterConfigDataChangeCounterConfigBuilder. build()A newDataChangeCounterConfiginstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgpcep.data.change.counter.config.rev170424 that return types with arguments of type DataChangeCounterConfig Modifier and Type Method Description @Nullable Map<DataChangeCounterConfigKey,DataChangeCounterConfig>OdlDataChangeCounterConfigData. getDataChangeCounterConfig()Return dataChangeCounterConfig, ornullif it is not present.default Class<DataChangeCounterConfig>DataChangeCounterConfig. implementedInterface()default @NonNull Map<DataChangeCounterConfigKey,DataChangeCounterConfig>OdlDataChangeCounterConfigData. nonnullDataChangeCounterConfig()Return dataChangeCounterConfig, or an empty list if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgpcep.data.change.counter.config.rev170424 with parameters of type DataChangeCounterConfig Modifier and Type Method Description static booleanDataChangeCounterConfig. bindingEquals(@NonNull DataChangeCounterConfig thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intDataChangeCounterConfig. bindingHashCode(@NonNull DataChangeCounterConfig obj)Default implementation ofObject.hashCode()contract for this interface.static StringDataChangeCounterConfig. bindingToString(@NonNull DataChangeCounterConfig obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgpcep.data.change.counter.config.rev170424 with type arguments of type DataChangeCounterConfig Modifier and Type Method Description DataChangeCounterConfigBuilderDataChangeCounterConfigBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DataChangeCounterConfig> augmentation)Add an augmentation to this builder's product.DataChangeCounterConfigBuilderDataChangeCounterConfigBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DataChangeCounterConfig>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgpcep.data.change.counter.config.rev170424 with parameters of type DataChangeCounterConfig Constructor Description DataChangeCounterConfigBuilder(DataChangeCounterConfig base)Construct a builder initialized with state from specifiedDataChangeCounterConfig.
-