Package org.openremote.model.asset.impl
Class PeopleCounterAsset
java.lang.Object
org.openremote.model.asset.Asset<PeopleCounterAsset>
org.openremote.model.asset.impl.PeopleCounterAsset
- All Implemented Interfaces:
AssetInfo
,IdentifiableEntity<PeopleCounterAsset>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
Asset.AssetDeserializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDescriptor
<Double> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AssetDescriptor
<PeopleCounterAsset> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
For use by hydrators (i.e.PeopleCounterAsset
(String name) -
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
-
COUNT_IN
-
COUNT_OUT
-
COUNT_TOTAL
-
COUNT_IN_PER_MINUTE
-
COUNT_OUT_PER_MINUTE
-
COUNT_GROWTH_PER_MINUTE
-
DESCRIPTOR
-
-
Constructor Details
-
PeopleCounterAsset
protected PeopleCounterAsset()For use by hydrators (i.e. JPA/Jackson) -
PeopleCounterAsset
-
-
Method Details
-
getCountIn
-
getCountOut
-
getCountInMinute
-
getCountOutMinute
-
getCountTotal
-
getCountGrowthMinute
-