Package org.openremote.model.asset.impl
Class EnvironmentSensorAsset
java.lang.Object
org.openremote.model.asset.Asset<EnvironmentSensorAsset>
org.openremote.model.asset.impl.EnvironmentSensorAsset
- All Implemented Interfaces:
AssetInfo
,IdentifiableEntity<EnvironmentSensorAsset>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
Asset.AssetDeserializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AssetDescriptor
<EnvironmentSensorAsset> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
For use by hydrators (i.e.EnvironmentSensorAsset
(String name) -
Method Summary
Methods 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
-
RELATIVE_HUMIDITY
-
NO2
-
OZONE
-
PM1
-
PM2_5
-
PM10
-
DESCRIPTOR
-
-
Constructor Details
-
EnvironmentSensorAsset
protected EnvironmentSensorAsset()For use by hydrators (i.e. JPA/Jackson) -
EnvironmentSensorAsset
-
-
Method Details
-
getTemperature
-
getRelativeHumidity
-
getOzone
-
getNO2
-
getParticlesPM1
-
getParticlesPM2_5
-
getParticlesPM10
-