-
public final class RadarGeofenceRepresents a geofence.
-
-
Field Summary
Fields Modifier and Type Field Description private final String_idprivate final Stringdescriptionprivate final Stringtagprivate final StringexternalIdprivate final JSONObjectmetadataprivate final RadarOperatingHoursoperatingHoursprivate final RadarGeofenceGeometrygeometry
-
Constructor Summary
Constructors Constructor Description RadarGeofence(String _id, String description, String tag, String externalId, JSONObject metadata, RadarOperatingHours operatingHours, RadarGeofenceGeometry geometry)
-
Method Summary
Modifier and Type Method Description final Stringget_id()The Radar ID of the geofence. final StringgetDescription()The description of the geofence. final StringgetTag()The tag of the geofence. final StringgetExternalId()The external ID of the geofence. final JSONObjectgetMetadata()The optional set of custom key-value pairs for the geofence. final RadarOperatingHoursgetOperatingHours()The optional set of custom key-value pairs for the geofence. final RadarGeofenceGeometrygetGeometry()The geometry of the geofence. final JSONObjecttoJson()-
-
Constructor Detail
-
RadarGeofence
RadarGeofence(String _id, String description, String tag, String externalId, JSONObject metadata, RadarOperatingHours operatingHours, RadarGeofenceGeometry geometry)
-
-
Method Detail
-
getDescription
final String getDescription()
The description of the geofence.
-
getExternalId
final String getExternalId()
The external ID of the geofence.
-
getMetadata
final JSONObject getMetadata()
The optional set of custom key-value pairs for the geofence.
-
getOperatingHours
final RadarOperatingHours getOperatingHours()
The optional set of custom key-value pairs for the geofence.
-
getGeometry
final RadarGeofenceGeometry getGeometry()
The geometry of the geofence.
-
toJson
final JSONObject toJson()
-
-
-
-