Class ContentInputV1

java.lang.Object
com.seeq.model.ContentInputV1

public class ContentInputV1 extends Object
ContentInputV1
  • Constructor Details

    • ContentInputV1

      public ContentInputV1()
  • Method Details

    • archived

      public ContentInputV1 archived(Boolean archived)
    • getArchived

      public Boolean getArchived()
      Whether the content should be archived
      Returns:
      archived
    • setArchived

      public void setArchived(Boolean archived)
    • assetSelectionId

      public ContentInputV1 assetSelectionId(String assetSelectionId)
    • getAssetSelectionId

      public String getAssetSelectionId()
      The content's asset selection
      Returns:
      assetSelectionId
    • setAssetSelectionId

      public void setAssetSelectionId(String assetSelectionId)
    • dateRangeId

      public ContentInputV1 dateRangeId(String dateRangeId)
    • getDateRangeId

      public String getDateRangeId()
      The content's date range
      Returns:
      dateRangeId
    • setDateRangeId

      public void setDateRangeId(String dateRangeId)
    • description

      public ContentInputV1 description(String description)
    • getDescription

      public String getDescription()
      The content's description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • height

      public ContentInputV1 height(Long height)
    • getHeight

      public Long getHeight()
      The content's desired height
      Returns:
      height
    • setHeight

      public void setHeight(Long height)
    • name

      public ContentInputV1 name(String name)
    • getName

      public String getName()
      The content's name
      Returns:
      name
    • setName

      public void setName(String name)
    • react

      public ContentInputV1 react(Boolean react)
    • getReact

      public Boolean getReact()
      Whether the content is for a react component.
      Returns:
      react
    • setReact

      public void setReact(Boolean react)
    • reportId

      public ContentInputV1 reportId(String reportId)
    • getReportId

      public String getReportId()
      The content's report
      Returns:
      reportId
    • setReportId

      public void setReportId(String reportId)
    • scale

      public ContentInputV1 scale(Double scale)
    • getScale

      public Double getScale()
      The content's desired scale. A value greater than 1 will increase the size of elements within the screenshot. A value less than 1 will shrink the size of elements within the screenshot.
      Returns:
      scale
    • setScale

      public void setScale(Double scale)
    • selector

      public ContentInputV1 selector(String selector)
    • getSelector

      public String getSelector()
      The content's desired selector
      Returns:
      selector
    • setSelector

      public void setSelector(String selector)
    • summaryType

      public ContentInputV1 summaryType(ContentInputV1.SummaryTypeEnum summaryType)
    • getSummaryType

      public ContentInputV1.SummaryTypeEnum getSummaryType()
      The summary type for this screenshot if a summary is being applied. One of DISCRETE, AUTO, NONE
      Returns:
      summaryType
    • setSummaryType

      public void setSummaryType(ContentInputV1.SummaryTypeEnum summaryType)
    • summaryValue

      public ContentInputV1 summaryValue(String summaryValue)
    • getSummaryValue

      public String getSummaryValue()
      The value for the given summary type. If discrete, a time + unit pairing (1min, 2days). If auto, a fixed value (0-10).
      Returns:
      summaryValue
    • setSummaryValue

      public void setSummaryValue(String summaryValue)
    • timezone

      public ContentInputV1 timezone(String timezone)
    • getTimezone

      public String getTimezone()
      The IANA name of the content's desired time zone
      Returns:
      timezone
    • setTimezone

      public void setTimezone(String timezone)
    • width

      public ContentInputV1 width(Long width)
    • getWidth

      public Long getWidth()
      The content's desired width
      Returns:
      width
    • setWidth

      public void setWidth(Long width)
    • worksheetId

      public ContentInputV1 worksheetId(String worksheetId)
    • getWorksheetId

      public String getWorksheetId()
      The content's source worksheet
      Returns:
      worksheetId
    • setWorksheetId

      public void setWorksheetId(String worksheetId)
    • workstepId

      public ContentInputV1 workstepId(String workstepId)
    • getWorkstepId

      public String getWorkstepId()
      The content's source workstep
      Returns:
      workstepId
    • setWorkstepId

      public void setWorkstepId(String workstepId)
    • 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