Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state.Temperature
-
-
Uses of Temperature in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118 that return Temperature Modifier and Type Method Description TemperaturePlatformComponentTempState. getTemperature()Return temperature, ornullif it is not present. -
Uses of Temperature 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 with type parameters of type Temperature Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Temperature>>
E$$TemperatureBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state that return Temperature Modifier and Type Method Description @NonNull TemperatureTemperatureBuilder. build()A newTemperatureinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state that return types with arguments of type Temperature Modifier and Type Method Description default Class<Temperature>Temperature. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state with parameters of type Temperature Modifier and Type Method Description static booleanTemperature. bindingEquals(@NonNull Temperature thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTemperature. bindingHashCode(@NonNull Temperature obj)Default implementation ofObject.hashCode()contract for this interface.static StringTemperature. bindingToString(@NonNull Temperature obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state with type arguments of type Temperature 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.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state with parameters of type Temperature Constructor Description TemperatureBuilder(Temperature base)Construct a builder initialized with state from specifiedTemperature. -
Uses of Temperature 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 Temperature Modifier and Type Method Description TemperatureStateBuilder. getTemperature()Return current value associated with the property corresponding toPlatformComponentTempState.getTemperature().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component with parameters of type Temperature Modifier and Type Method Description StateBuilderStateBuilder. setTemperature(Temperature value)Set the property corresponding toPlatformComponentTempState.getTemperature()to the specified value.
-