Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.upgrade.rev180702.UpgradeConfig
-
Packages that use UpgradeConfig Package Description org.opendaylight.serviceutils.upgrade.impl org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.upgrade.rev180702 -
-
Uses of UpgradeConfig in org.opendaylight.serviceutils.upgrade.impl
Method parameters in org.opendaylight.serviceutils.upgrade.impl with type arguments of type UpgradeConfig Modifier and Type Method Description voidUpgradeStateListener. onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<UpgradeConfig>> changes)Constructors in org.opendaylight.serviceutils.upgrade.impl with parameters of type UpgradeConfig Constructor Description UpgradeStateListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, UpgradeConfig upgradeConfig) -
Uses of UpgradeConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.upgrade.rev180702
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.upgrade.rev180702 with type parameters of type UpgradeConfig Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UpgradeConfig>>
E$$UpgradeConfigBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.upgrade.rev180702 that return UpgradeConfig Modifier and Type Method Description @NonNull UpgradeConfigUpgradeConfigBuilder. build()A newUpgradeConfiginstance.UpgradeConfigOdlServiceutilsUpgradeData. getUpgradeConfig()Return upgradeConfig, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.upgrade.rev180702 that return types with arguments of type UpgradeConfig Modifier and Type Method Description default Class<UpgradeConfig>UpgradeConfig. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.upgrade.rev180702 with parameters of type UpgradeConfig Modifier and Type Method Description static booleanUpgradeConfig. bindingEquals(@NonNull UpgradeConfig thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intUpgradeConfig. bindingHashCode(@NonNull UpgradeConfig obj)Default implementation ofObject.hashCode()contract for this interface.static StringUpgradeConfig. bindingToString(@NonNull UpgradeConfig obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.upgrade.rev180702 with type arguments of type UpgradeConfig Modifier and Type Method Description UpgradeConfigBuilderUpgradeConfigBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UpgradeConfig> augmentation)Add an augmentation to this builder's product.UpgradeConfigBuilderUpgradeConfigBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UpgradeConfig>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.upgrade.rev180702 with parameters of type UpgradeConfig Constructor Description UpgradeConfigBuilder(UpgradeConfig base)Construct a builder initialized with state from specifiedUpgradeConfig.
-