Class RedditInstantProperty

java.lang.Object
io.github.yvasyliev.telegramforwarderbot.reddit.entity.RedditInstantProperty

@Entity public class RedditInstantProperty extends Object
Entity representing a Reddit property with an Instant value.

This entity is used to store properties related to Reddit, such as the last created timestamp. The property name is stored as an RedditInstantProperty.RedditInstantPropertyName enum, and the value is stored as an Instant.

  • Constructor Details

    • RedditInstantProperty

      public RedditInstantProperty()