Class ReportInputItemV1

java.lang.Object
com.seeq.model.ReportInputItemV1

public class ReportInputItemV1 extends Object
A list of Worksheets to include in the report
  • Constructor Details

    • ReportInputItemV1

      public ReportInputItemV1()
  • Method Details

    • linkURL

      public ReportInputItemV1 linkURL(String linkURL)
    • getLinkURL

      public String getLinkURL()
      Link URL to use for this Worksheet. If empty, no link will be included
      Returns:
      linkURL
    • setLinkURL

      public void setLinkURL(String linkURL)
    • screenshotURL

      public ReportInputItemV1 screenshotURL(String screenshotURL)
    • getScreenshotURL

      public String getScreenshotURL()
      URL from which to generate a screenshot for this Worksheet. If empty, no screenshot will be included
      Returns:
      screenshotURL
    • setScreenshotURL

      public void setScreenshotURL(String screenshotURL)
    • worksheetId

      public ReportInputItemV1 worksheetId(String worksheetId)
    • getWorksheetId

      public String getWorksheetId()
      Worksheet ID to include in the report
      Returns:
      worksheetId
    • setWorksheetId

      public void setWorksheetId(String worksheetId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object