public class NewsTags extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_META
Internal optional tag for news raw meta information (if available).
|
static String |
CONTENT_NEWS
Internal tag for news raw data (as seen by the feed).
|
static String |
CORRECTION
Optional tag for boolean flag if the news were a correction.
|
static String |
NEWS_BODY
News body (article) optional.
|
static String |
NEWS_FEED
Feed that generated the news.
|
static String |
NEWS_SOURCE
News source provider.
|
static String |
NEWS_SOURCE_ID
External ID assigned by news provider.
|
static String |
NEWS_TIME
News time (UTC millis as long value).
|
static String |
NEWS_TITLE
News title.
|
static Set<String> |
OPTIONAL_TAGS |
static String |
SYMBOLS
Optional tag for stock symbols related to the news.
|
static Set<String> |
SYSTEM_TAGS |
public static final String NEWS_FEED
public static final String NEWS_SOURCE_ID
public static final String NEWS_SOURCE
public static final String NEWS_TIME
public static final String NEWS_TITLE
public static final String NEWS_BODY
public static final String SYMBOLS
public static final String CORRECTION
public static final String CONTENT_NEWS
public static final String CONTENT_META
Copyright © 2021 Devexperts. All Rights Reserved.