Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state.TemperatureBuilder
Packages that use TemperatureBuilder
Package
Description
-
Uses of TemperatureBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state that return TemperatureBuilderModifier and TypeMethodDescriptionTemperatureBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Temperature> augmentation) Add an augmentation to this builder's product.TemperatureBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Temperature>> augmentationType) Remove an augmentation from this builder's product.TemperatureBuilder.setAlarmSeverity(OPENCONFIGALARMSEVERITY value) Set the property corresponding toPlatformComponentTempAlarmState.getAlarmSeverity()to the specified value.TemperatureBuilder.setAlarmStatus(Boolean value) Set the property corresponding toPlatformComponentTempAlarmState.getAlarmStatus()to the specified value.TemperatureBuilder.setAlarmThreshold(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toPlatformComponentTempAlarmState.getAlarmThreshold()to the specified value.TemperatureBuilder.setAvg(org.opendaylight.yangtools.yang.common.Decimal64 value) Set the property corresponding toAvgMinMaxInstantStatsPrecision1Celsius.getAvg()to the specified value.TemperatureBuilder.setInstant(org.opendaylight.yangtools.yang.common.Decimal64 value) Set the property corresponding toAvgMinMaxInstantStatsPrecision1Celsius.getInstant()to the specified value.TemperatureBuilder.setInterval(StatInterval value) Set the property corresponding toStatIntervalState.getInterval()to the specified value.TemperatureBuilder.setMax(org.opendaylight.yangtools.yang.common.Decimal64 value) Set the property corresponding toAvgMinMaxInstantStatsPrecision1Celsius.getMax()to the specified value.TemperatureBuilder.setMaxTime(Timeticks64 value) Set the property corresponding toMinMaxTime.getMaxTime()to the specified value.TemperatureBuilder.setMin(org.opendaylight.yangtools.yang.common.Decimal64 value) Set the property corresponding toAvgMinMaxInstantStatsPrecision1Celsius.getMin()to the specified value.TemperatureBuilder.setMinTime(Timeticks64 value) Set the property corresponding toMinMaxTime.getMinTime()to the specified value.