im.nll.data.diffbot.model.Article Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of diffbot-java Show documentation
Show all versions of diffbot-java Show documentation
diffbot-java - diffbot api service for java.
package im.nll.data.diffbot.model;
import java.util.List;
/**
* diffbot article v3 model. see https://www.diffbot.com/dev/docs/article/
*
* @author fivesmallq
* @version Revision: 1.0
* @date 16/6/28 下午6:06
*/
public class Article {
private String type;
private String title;
private String text;
private String html;
private String date;
private String estimatedDate;
private String author;
private String authorUrl;
private String discussion;
private String humanLanguage;
private String numPages;
private String nextPages;
private String siteName;
private String publisherRegion;
private String publisherCountry;
private String pageUrl;
private String resolvedPageUrl;
private String breadcrumb;
private String diffbotUri;
private List tags;
private List images;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy