Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state.Temperature
Packages that use Temperature
Package
Description
-
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 TemperatureModifier and TypeMethodDescriptionPlatformComponentTempState.getTemperature()Return temperature, ornullif it is not present.@NonNull TemperaturePlatformComponentTempState.nonnullTemperature()Return temperature, or an empty instance if 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 TemperatureModifier and TypeMethodDescription<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 TemperatureModifier and TypeMethodDescription@NonNull TemperatureTemperatureBuilder.build()A newTemperatureinstance.static @NonNull TemperatureTemperatureBuilder.empty()Get empty instance of Temperature.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state that return types with arguments of type TemperatureMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state with parameters of type TemperatureModifier and TypeMethodDescriptionstatic 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 TemperatureModifier 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.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state with parameters of type TemperatureModifierConstructorDescriptionConstruct 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 TemperatureModifier and TypeMethodDescriptionStateBuilder.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 TemperatureModifier and TypeMethodDescriptionStateBuilder.setTemperature(Temperature value) Set the property corresponding toPlatformComponentTempState.getTemperature()to the specified value.