sdk-geofencing / com.tomtom.online.sdk.geofencing.entity / Entity

Entity

@PublicPreview @Beta(2020, 9) class Entity

Class that contains basic parameters shared between various geofencing entities (e.g., Project, Fence, or Report).

Parameters

id - The UUID of the fence.

name - The fence name.

Constructors

<init>

Entity(id: UUID, name: String)

Class that contains basic parameters shared between various geofencing entities (e.g., Project, Fence, or Report).

Properties

id

val id: UUID

The UUID of the fence.

name

val name: String

The fence name.