Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties.PropertyBuilder
Packages that use PropertyBuilder
Package
Description
-
Uses of PropertyBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties that return PropertyBuilderModifier and TypeMethodDescriptionPropertyBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Property> augmentation) Add an augmentation to this builder's product.PropertyBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Property>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toProperty.getConfig()to the specified value.Set the property corresponding toProperty.getName()to the specified value.Set the property corresponding toProperty.getState()to the specified value.PropertyBuilder.withKey(PropertyKey key) Set the key value corresponding toProperty.key()to the specified value.