Class NotificationTemplates


  • public final class NotificationTemplates
    extends java.lang.Object
    • Method Detail

      • getCreatedAt

        public int getCreatedAt()
        Returns:
        A UTC timestamp at which notification was created. This is stored as a millisecond representation of the Unix epoch (the time passed since January 1, 1970).
      • getId

        public java.lang.String getId()
        Returns:
        A unique identifier associated with the notification.
      • getRouting

        public RoutingStrategy getRouting()
        Returns:
        Routing strategy used by this notification.
      • getTags

        public java.util.List<Tag> getTags()
        Returns:
        A list of tags attached to the notification.
      • getTitle

        public java.lang.String getTitle()
        Returns:
        The title of the notification.
      • getUpdatedAt

        public int getUpdatedAt()
        Returns:
        A UTC timestamp at which notification was updated. This is stored as a millisecond representation of the Unix epoch (the time passed since January 1, 1970).
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object