Interface Notification

    • Method Detail

      • getProductId

        ProductId getProductId()
        The product that is available.
        Returns:
        ProductId
      • getExpirationDate

        java.util.Date getExpirationDate()
        How long the product is available.
        Returns:
        Date
      • getTrackerURL

        java.net.URL getTrackerURL()
        A tracking url where status updates can be sent.
        Returns:
        Tracker URL
      • equals

        boolean equals​(Notification that)
        A comparison method to see if two notifications are equal.
        Parameters:
        that - Notification
        Returns:
        boolean