Uses of Class
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.yang.storage.rev210331.gnmi.yang.models.GnmiYangModelBuilder
Packages that use GnmiYangModelBuilder
Package
Description
-
Uses of GnmiYangModelBuilder in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.yang.storage.rev210331.gnmi.yang.models
Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.yang.storage.rev210331.gnmi.yang.models that return GnmiYangModelBuilderModifier and TypeMethodDescriptionGnmiYangModelBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<GnmiYangModel> augmentation) Add an augmentation to this builder's product.GnmiYangModelBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GnmiYangModel>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toYangModel.getBody()to the specified value.Set the property corresponding toYangModelNameVersion.getName()to the specified value.GnmiYangModelBuilder.setVersion(ModuleVersionType value) Set the property corresponding toYangModelNameVersion.getVersion()to the specified value.GnmiYangModelBuilder.withKey(GnmiYangModelKey key) Set the key value corresponding toGnmiYangModel.key()to the specified value.