Class NewsEntry

java.lang.Object
net.i2p.router.news.NewsEntry
All Implemented Interfaces:
Comparable<NewsEntry>

public class NewsEntry extends Object implements Comparable<NewsEntry>
One news item. Any String fields may be null.
Since:
0.9.17
  • Field Details

    • title

      public String title
    • id

      public String id
    • updated

      public long updated
    • summary

      public String summary
    • content

      public String content
    • contentType

      public String contentType
    • authorName

      public String authorName
  • Constructor Details

    • NewsEntry

      public NewsEntry()
  • Method Details