Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component.StateBuilder
-
Packages that use StateBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component -
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component that return StateBuilder Modifier and Type Method Description StateBuilderStateBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation)Add an augmentation to this builder's product.StateBuilderStateBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType)Remove an augmentation from this builder's product.StateBuilderStateBuilder. setAllocatedPower(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toPlatformComponentPowerState.getAllocatedPower()to the specified value.StateBuilderStateBuilder. setDescription(String value)Set the property corresponding toPlatformComponentState.getDescription()to the specified value.StateBuilderStateBuilder. setEmpty(Boolean value)Set the property corresponding toPlatformComponentState.getEmpty()to the specified value.StateBuilderStateBuilder. setFirmwareVersion(String value)Set the property corresponding toPlatformComponentState.getFirmwareVersion()to the specified value.StateBuilderStateBuilder. setHardwareVersion(String value)Set the property corresponding toPlatformComponentState.getHardwareVersion()to the specified value.StateBuilderStateBuilder. setId(String value)Set the property corresponding toPlatformComponentState.getId()to the specified value.StateBuilderStateBuilder. setLocation(String value)Set the property corresponding toPlatformComponentState.getLocation()to the specified value.StateBuilderStateBuilder. setMemory(Memory value)Set the property corresponding toPlatformComponentMemoryState.getMemory()to the specified value.StateBuilderStateBuilder. setMfgDate(Date value)Set the property corresponding toPlatformComponentState.getMfgDate()to the specified value.StateBuilderStateBuilder. setMfgName(String value)Set the property corresponding toPlatformComponentState.getMfgName()to the specified value.StateBuilderStateBuilder. setName(String value)Set the property corresponding toPlatformComponentConfig.getName()to the specified value.StateBuilderStateBuilder. setOperStatus(Class<? extends COMPONENTOPERSTATUS> value)Set the property corresponding toPlatformComponentState.getOperStatus()to the specified value.StateBuilderStateBuilder. setParent(String value)Set the property corresponding toState.getParent()to the specified value.StateBuilderStateBuilder. setPartNo(String value)Set the property corresponding toPlatformComponentState.getPartNo()to the specified value.StateBuilderStateBuilder. setRemovable(Boolean value)Set the property corresponding toPlatformComponentState.getRemovable()to the specified value.StateBuilderStateBuilder. setSerialNo(String value)Set the property corresponding toPlatformComponentState.getSerialNo()to the specified value.StateBuilderStateBuilder. setSoftwareVersion(String value)Set the property corresponding toPlatformComponentState.getSoftwareVersion()to the specified value.StateBuilderStateBuilder. setTemperature(Temperature value)Set the property corresponding toPlatformComponentTempState.getTemperature()to the specified value.StateBuilderStateBuilder. setType(PlatformComponentState.Type value)Set the property corresponding toPlatformComponentState.getType()to the specified value.StateBuilderStateBuilder. setUsedPower(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toPlatformComponentPowerState.getUsedPower()to the specified value.
-