public class Entity
Class that contains basic parameters shared between various geofencing entities (e.g., Project, Fence, or Report).
Modifier and Type | Method and Description |
---|---|
java.util.UUID |
getId()
The UUID of the fence.
|
java.lang.String |
getName()
The fence name.
|
java.lang.String |
getProperties()
User-defined properties in JSON format.
|
java.lang.String |
toString() |