public abstract class InsightReport extends java.lang.Object implements ErrorsHolder
Modifier and Type | Class and Description |
---|---|
static class |
InsightReport.ReportResult |
Constructor and Description |
---|
InsightReport() |
Modifier and Type | Method and Description |
---|---|
static InsightReport |
create(long createdDate,
java.lang.String details,
java.lang.String key,
java.lang.String link,
java.lang.String logoUrl,
InsightReport.ReportResult result,
java.lang.String title,
java.lang.String reporter,
java.util.List<InsightReportData> data,
java.util.List<Error> errors) |
abstract long |
createdDate() |
abstract java.util.List<InsightReportData> |
data() |
abstract java.lang.String |
details() |
abstract java.lang.String |
key() |
abstract java.lang.String |
link() |
abstract java.lang.String |
logoUrl() |
abstract java.lang.String |
reporter() |
abstract InsightReport.ReportResult |
result() |
abstract java.lang.String |
title() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
errors
public abstract long createdDate()
@Nullable public abstract java.lang.String details()
@Nullable public abstract java.lang.String key()
@Nullable public abstract java.lang.String link()
@Nullable public abstract java.lang.String logoUrl()
@Nullable public abstract InsightReport.ReportResult result()
@Nullable public abstract java.lang.String title()
@Nullable public abstract java.lang.String reporter()
@Nullable public abstract java.util.List<InsightReportData> data()
public static InsightReport create(long createdDate, java.lang.String details, java.lang.String key, java.lang.String link, java.lang.String logoUrl, InsightReport.ReportResult result, java.lang.String title, java.lang.String reporter, java.util.List<InsightReportData> data, @Nullable java.util.List<Error> errors)