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 org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties -
-
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 PropertyBuilder Modifier and Type Method Description PropertyBuilderPropertyBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Property> augmentation)Add an augmentation to this builder's product.PropertyBuilderPropertyBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Property>> augmentationType)Remove an augmentation from this builder's product.PropertyBuilderPropertyBuilder. setConfig(Config value)Set the property corresponding toProperty.getConfig()to the specified value.PropertyBuilderPropertyBuilder. setName(String value)Set the property corresponding toProperty.getName()to the specified value.PropertyBuilderPropertyBuilder. setState(State value)Set the property corresponding toProperty.getState()to the specified value.PropertyBuilderPropertyBuilder. withKey(PropertyKey key)
-