Class PropertyKey
java.lang.Object
org.sensorhub.api.resource.ResourceKey<PropertyKey>
org.sensorhub.api.datastore.property.PropertyKey
- All Implemented Interfaces:
Comparable<PropertyKey>
Immutable key object used to index property definitions in data stores.
- Since:
- June 22, 2023
-
Field Summary
Fields inherited from class org.sensorhub.api.resource.ResourceKey
internalID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sensorhub.api.resource.ResourceKey
compareTo, equals, getInternalID, hashCode, toString
-
Constructor Details
-
PropertyKey
-
PropertyKey
public PropertyKey(int scope, long internalID)
-