Class MapsGeofenceResultEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.MapsGeofenceEventProperties
com.azure.messaging.eventgrid.systemevents.MapsGeofenceResultEventData

public final class MapsGeofenceResultEventData extends MapsGeofenceEventProperties
Schema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceResult event.
  • Constructor Details

    • MapsGeofenceResultEventData

      public MapsGeofenceResultEventData()
  • Method Details

    • setExpiredGeofenceGeometryId

      public MapsGeofenceResultEventData setExpiredGeofenceGeometryId(List<String> expiredGeofenceGeometryId)
      Set the expiredGeofenceGeometryId property: Lists of the geometry ID of the geofence which is expired relative to the user time in the request.
      Overrides:
      setExpiredGeofenceGeometryId in class MapsGeofenceEventProperties
      Parameters:
      expiredGeofenceGeometryId - the expiredGeofenceGeometryId value to set.
      Returns:
      the MapsGeofenceEventProperties object itself.
    • setGeometries

      public MapsGeofenceResultEventData setGeometries(List<MapsGeofenceGeometry> geometries)
      Set the geometries property: Lists the fence geometries that either fully contain the coordinate position or have an overlap with the searchBuffer around the fence.
      Overrides:
      setGeometries in class MapsGeofenceEventProperties
      Parameters:
      geometries - the geometries value to set.
      Returns:
      the MapsGeofenceEventProperties object itself.
    • setInvalidPeriodGeofenceGeometryId

      public MapsGeofenceResultEventData setInvalidPeriodGeofenceGeometryId(List<String> invalidPeriodGeofenceGeometryId)
      Set the invalidPeriodGeofenceGeometryId property: Lists of the geometry ID of the geofence which is in invalid period relative to the user time in the request.
      Overrides:
      setInvalidPeriodGeofenceGeometryId in class MapsGeofenceEventProperties
      Parameters:
      invalidPeriodGeofenceGeometryId - the invalidPeriodGeofenceGeometryId value to set.
      Returns:
      the MapsGeofenceEventProperties object itself.
    • setIsEventPublished

      public MapsGeofenceResultEventData setIsEventPublished(Boolean isEventPublished)
      Set the isEventPublished property: True if at least one event is published to the Azure Maps event subscriber, false if no event is published to the Azure Maps event subscriber.
      Overrides:
      setIsEventPublished in class MapsGeofenceEventProperties
      Parameters:
      isEventPublished - the isEventPublished value to set.
      Returns:
      the MapsGeofenceEventProperties object itself.