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