Class ContentOutputV1

java.lang.Object
com.seeq.model.ContentOutputV1

public class ContentOutputV1 extends Object
ContentOutputV1
  • Constructor Details

    • ContentOutputV1

      public ContentOutputV1()
  • Method Details

    • assetSelection

      public ContentOutputV1 assetSelection(AssetSelectionOutputV1 assetSelection)
    • getAssetSelection

      public AssetSelectionOutputV1 getAssetSelection()
      Get assetSelection
      Returns:
      assetSelection
    • setAssetSelection

      public void setAssetSelection(AssetSelectionOutputV1 assetSelection)
    • dateRange

      public ContentOutputV1 dateRange(DateRangeOutputV1 dateRange)
    • getDateRange

      public DateRangeOutputV1 getDateRange()
      Get dateRange
      Returns:
      dateRange
    • setDateRange

      public void setDateRange(DateRangeOutputV1 dateRange)
    • description

      public ContentOutputV1 description(String description)
    • getDescription

      public String getDescription()
      Clarifying information or other plain language description of this item
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • effectivePermissions

      public ContentOutputV1 effectivePermissions(PermissionsV1 effectivePermissions)
    • getEffectivePermissions

      public PermissionsV1 getEffectivePermissions()
      Get effectivePermissions
      Returns:
      effectivePermissions
    • setEffectivePermissions

      public void setEffectivePermissions(PermissionsV1 effectivePermissions)
    • hashCode

      public ContentOutputV1 hashCode(String hashCode)
    • getHashCode

      public String getHashCode()
      A unique identifier that identifies the current variant of the image, if it has been generated, otherwise null
      Returns:
      hashCode
    • setHashCode

      public void setHashCode(String hashCode)
    • height

      public ContentOutputV1 height(Long height)
    • getHeight

      public Long getHeight()
      Desired content height
      Returns:
      height
    • setHeight

      public void setHeight(Long height)
    • id

      public ContentOutputV1 id(String id)
    • getId

      public String getId()
      The ID that can be used to interact with the item
      Returns:
      id
    • setId

      public void setId(String id)
    • isArchived

      public ContentOutputV1 isArchived(Boolean isArchived)
    • getIsArchived

      public Boolean getIsArchived()
      Whether item is archived
      Returns:
      isArchived
    • setIsArchived

      public void setIsArchived(Boolean isArchived)
    • isRedacted

      public ContentOutputV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

      public Boolean getIsRedacted()
      Whether item is redacted
      Returns:
      isRedacted
    • setIsRedacted

      public void setIsRedacted(Boolean isRedacted)
    • name

      public ContentOutputV1 name(String name)
    • getName

      public String getName()
      The human readable name
      Returns:
      name
    • setName

      public void setName(String name)
    • react

      public ContentOutputV1 react(Boolean react)
    • getReact

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

      public void setReact(Boolean react)
    • report

      public ContentOutputV1 report(ItemPreviewV1 report)
    • getReport

      public ItemPreviewV1 getReport()
      Get report
      Returns:
      report
    • setReport

      public void setReport(ItemPreviewV1 report)
    • scale

      public ContentOutputV1 scale(Double scale)
    • getScale

      public Double getScale()
      Desired content scale
      Returns:
      scale
    • setScale

      public void setScale(Double scale)
    • selector

      public ContentOutputV1 selector(String selector)
    • getSelector

      public String getSelector()
      Desired content selector, if present
      Returns:
      selector
    • setSelector

      public void setSelector(String selector)
    • sourceWorkbook

      public ContentOutputV1 sourceWorkbook(String sourceWorkbook)
    • getSourceWorkbook

      public String getSourceWorkbook()
      Source workbook of the content
      Returns:
      sourceWorkbook
    • setSourceWorkbook

      public void setSourceWorkbook(String sourceWorkbook)
    • sourceWorksheet

      public ContentOutputV1 sourceWorksheet(String sourceWorksheet)
    • getSourceWorksheet

      public String getSourceWorksheet()
      Source worksheet of the content
      Returns:
      sourceWorksheet
    • setSourceWorksheet

      public void setSourceWorksheet(String sourceWorksheet)
    • sourceWorkstep

      public ContentOutputV1 sourceWorkstep(String sourceWorkstep)
    • getSourceWorkstep

      public String getSourceWorkstep()
      Source workstep of the content
      Returns:
      sourceWorkstep
    • setSourceWorkstep

      public void setSourceWorkstep(String sourceWorkstep)
    • statusMessage

      public ContentOutputV1 statusMessage(String statusMessage)
    • getStatusMessage

      public String getStatusMessage()
      A plain language status message with information about any issues that may have been encountered during an operation
      Returns:
      statusMessage
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • summaryType

      public ContentOutputV1 summaryType(ContentOutputV1.SummaryTypeEnum summaryType)
    • getSummaryType

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

      public void setSummaryType(ContentOutputV1.SummaryTypeEnum summaryType)
    • summaryValue

      public ContentOutputV1 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 (1-10).
      Returns:
      summaryValue
    • setSummaryValue

      public void setSummaryValue(String summaryValue)
    • timezone

      public ContentOutputV1 timezone(String timezone)
    • getTimezone

      public String getTimezone()
      IANA name of the desired content time zone, if present
      Returns:
      timezone
    • setTimezone

      public void setTimezone(String timezone)
    • translationKey

      public ContentOutputV1 translationKey(String translationKey)
    • getTranslationKey

      public String getTranslationKey()
      The item's translation key, if any
      Returns:
      translationKey
    • setTranslationKey

      public void setTranslationKey(String translationKey)
    • type

      public ContentOutputV1 type(String type)
    • getType

      public String getType()
      The type of the item
      Returns:
      type
    • setType

      public void setType(String type)
    • warning

      public ContentOutputV1 warning(String warning)
    • getWarning

      public String getWarning()
      A warning if one was attached to this content while rendering
      Returns:
      warning
    • setWarning

      public void setWarning(String warning)
    • width

      public ContentOutputV1 width(Long width)
    • getWidth

      public Long getWidth()
      Desired content width
      Returns:
      width
    • setWidth

      public void setWidth(Long width)
    • 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