public class NewsMetadata extends Object
Contains standard Atom feed metadata fields including title, subtitle, and update timestamps, along with I2P-specific release information such as version requirements and update sources.
Provides structured access to release data with nested classes for individual releases and their associated updates. Supports version comparison and validation for update management.
All String and List fields may be null to accommodate optional metadata elements in news feeds.
| Modifier and Type | Class and Description |
|---|---|
static class |
NewsMetadata.Release
Represents a software release with version requirements and update sources.
|
static class |
NewsMetadata.Update
Represents an update source with multiple distribution methods.
|
| Modifier and Type | Field and Description |
|---|---|
String |
feedID |
String |
feedSubtitle |
String |
feedTitle |
long |
feedUpdated |
List<NewsMetadata.Release> |
releases
I2P metadata
|
| Constructor and Description |
|---|
NewsMetadata() |
public String feedID
public String feedSubtitle
public String feedTitle
public long feedUpdated
public List<NewsMetadata.Release> releases