Package com.seeq.model
Class ReportInputV1
java.lang.Object
com.seeq.model.ReportInputV1
ReportInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem
(ReportInputItemV1 itemsItem) boolean
Report format to generate.getItems()
A list of Worksheets to include in the reportgetTitle()
Title for the report.int
hashCode()
items
(List<ReportInputItemV1> items) void
void
setItems
(List<ReportInputItemV1> items) void
toString()
-
Constructor Details
-
ReportInputV1
public ReportInputV1()
-
-
Method Details
-
format
-
getFormat
Report format to generate. Currently only 'pptx' is supported.- Returns:
- format
-
setFormat
-
items
-
addItemsItem
-
getItems
A list of Worksheets to include in the report- Returns:
- items
-
setItems
-
title
-
getTitle
Title for the report. If false or unspecified, the report has no title- Returns:
- title
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-