Package org.openremote.model.asset.impl
Class WeatherAsset
- All Implemented Interfaces:
AssetInfo
,IdentifiableEntity<WeatherAsset>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
Asset.AssetDeserializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AssetDescriptor
<WeatherAsset> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Double> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.openremote.model.asset.Asset
addAttributes, addOrReplaceAttributes, equals, getAssetClass, getAssetName, getAssetType, getAttribute, getAttribute, getAttributeNames, getAttributes, getAttributesString, getCreatedOn, getEmail, getId, getLocation, getManufacturer, getMetaString, getModel, getName, getNotes, getParentId, getPath, getRealm, getTags, getType, getVersion, hasAttribute, hasAttribute, hashCode, isAccessPublicRead, pathContains, postLoadCallback, setAccessPublicRead, setAttributes, setAttributes, setAttributes, setCreatedOn, setEmail, setId, setLocation, setManufacturer, setModel, setName, setNotes, setParent, setParentId, setRealm, setTags, setVersion, toString, toStringAll
-
Field Details
-
TEMPERATURE
-
UV_INDEX
-
SUN_IRRADIANCE
-
SUN_AZIMUTH
-
SUN_ZENITH
-
SUN_ALTITUDE
-
WIND_SPEED
-
WIND_DIRECTION
-
RAINFALL
-
HUMIDITY
-
DESCRIPTOR
-
-
Constructor Details
-
WeatherAsset
protected WeatherAsset()For use by hydrators (i.e. JPA/Jackson) -
WeatherAsset
-
-
Method Details
-
getTemperature
-
getUVIndex
-
getSunIrradiance
-
getSunAzimuth
-
getSunZenith
-
getSunAltitude
-
getRainfall
-
getHumidity
-