Package com.seeq.model
Class ReportInputItemV1
java.lang.Object
com.seeq.model.ReportInputItemV1
A list of Worksheets to include in the report
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Link URL to use for this Worksheet.URL from which to generate a screenshot for this Worksheet.Worksheet ID to include in the reportint
hashCode()
screenshotURL
(String screenshotURL) void
setLinkURL
(String linkURL) void
setScreenshotURL
(String screenshotURL) void
setWorksheetId
(String worksheetId) toString()
worksheetId
(String worksheetId)
-
Constructor Details
-
ReportInputItemV1
public ReportInputItemV1()
-
-
Method Details
-
linkURL
-
getLinkURL
Link URL to use for this Worksheet. If empty, no link will be included- Returns:
- linkURL
-
setLinkURL
-
screenshotURL
-
getScreenshotURL
URL from which to generate a screenshot for this Worksheet. If empty, no screenshot will be included- Returns:
- screenshotURL
-
setScreenshotURL
-
worksheetId
-
getWorksheetId
Worksheet ID to include in the report- Returns:
- worksheetId
-
setWorksheetId
-
equals
-
hashCode
public int hashCode() -
toString
-