Class MapsGeofenceResultEventData


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

      • MapsGeofenceResultEventData

        public MapsGeofenceResultEventData()
    • Method Detail

      • 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.
      • 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.