Package gov.usgs.earthquake.aws
Class JsonNotification
- java.lang.Object
-
- gov.usgs.earthquake.distribution.DefaultNotification
-
- gov.usgs.earthquake.distribution.URLNotification
-
- gov.usgs.earthquake.aws.JsonNotification
-
- All Implemented Interfaces:
Notification
public class JsonNotification extends URLNotification
Json formatted notification. Stores stores product content in URLNotification as a data URL.
-
-
Method Summary
-
Methods inherited from class gov.usgs.earthquake.distribution.URLNotification
equals, getProductURL
-
Methods inherited from class gov.usgs.earthquake.distribution.DefaultNotification
getExpirationDate, getProductId, getTrackerURL
-
-
-
-
Field Detail
-
EMPTY_URL
public static final java.net.URL EMPTY_URL
Empty URL for product tracker.
-
created
public final java.time.Instant created
When notification was created.
-
product
public final Product product
Product attached to notification.
-
-