Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.ComponentBuilder
Packages that use ComponentBuilder
Package
Description
-
Uses of ComponentBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components that return ComponentBuilderModifier and TypeMethodDescriptionComponentBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Component> augmentation) Add an augmentation to this builder's product.ComponentBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Component>> augmentationType) Remove an augmentation from this builder's product.ComponentBuilder.setBackplane(Backplane value) Set the property corresponding toPlatformAnchorsTop.getBackplane()to the specified value.ComponentBuilder.setChassis(Chassis value) Set the property corresponding toPlatformAnchorsTop.getChassis()to the specified value.Set the property corresponding toComponent.getConfig()to the specified value.Set the property corresponding toPlatformAnchorsTop.getCpu()to the specified value.Set the property corresponding toPlatformAnchorsTop.getFabric()to the specified value.Set the property corresponding toPlatformAnchorsTop.getFan()to the specified value.ComponentBuilder.setIntegratedCircuit(IntegratedCircuit value) Set the property corresponding toPlatformAnchorsTop.getIntegratedCircuit()to the specified value.Set the property corresponding toComponent.getName()to the specified value.Set the property corresponding toPlatformAnchorsTop.getPort()to the specified value.ComponentBuilder.setPowerSupply(PowerSupply value) Set the property corresponding toPlatformAnchorsTop.getPowerSupply()to the specified value.ComponentBuilder.setProperties(Properties value) Set the property corresponding toPlatformComponentPropertiesTop.getProperties()to the specified value.ComponentBuilder.setSoftwareModule(SoftwareModule value) Set the property corresponding toPlatformAnchorsTop.getSoftwareModule()to the specified value.Set the property corresponding toComponent.getState()to the specified value.ComponentBuilder.setStorage(Storage value) Set the property corresponding toPlatformAnchorsTop.getStorage()to the specified value.ComponentBuilder.setSubcomponents(Subcomponents value) Set the property corresponding toPlatformSubcomponentRefTop.getSubcomponents()to the specified value.ComponentBuilder.withKey(ComponentKey key) Set the key value corresponding toComponent.key()to the specified value.