Package com.seeq.model
Class ContentOutputV1
java.lang.Object
com.seeq.model.ContentOutputV1
ContentOutputV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The summary type for this screenshot if a summary is being applied. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassetSelection
(AssetSelectionOutputV1 assetSelection) dateRange
(DateRangeOutputV1 dateRange) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
Get assetSelectionGet dateRangeClarifying information or other plain language description of this itemGet effectivePermissionsA unique identifier that identifies the current variant of the image, if it has been generated, otherwise nullDesired content heightgetId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedgetName()
The human readable namegetReact()
Whether or not the content is for a react componentGet reportgetScale()
Desired content scaleDesired content selector, if presentSource workbook of the contentSource worksheet of the contentSource workstep of the contentA plain language status message with information about any issues that may have been encountered during an operationThe summary type for this screenshot if a summary is being applied.The value for the given summary type.IANA name of the desired content time zone, if presentThe item's translation key, if anygetType()
The type of the itemA warning if one was attached to this content while renderinggetWidth()
Desired content widthint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) report
(ItemPreviewV1 report) void
setAssetSelection
(AssetSelectionOutputV1 assetSelection) void
setDateRange
(DateRangeOutputV1 dateRange) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setHashCode
(String hashCode) void
void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
void
setReport
(ItemPreviewV1 report) void
void
setSelector
(String selector) void
setSourceWorkbook
(String sourceWorkbook) void
setSourceWorksheet
(String sourceWorksheet) void
setSourceWorkstep
(String sourceWorkstep) void
setStatusMessage
(String statusMessage) void
setSummaryType
(ContentOutputV1.SummaryTypeEnum summaryType) void
setSummaryValue
(String summaryValue) void
setTimezone
(String timezone) void
setTranslationKey
(String translationKey) void
void
setWarning
(String warning) void
sourceWorkbook
(String sourceWorkbook) sourceWorksheet
(String sourceWorksheet) sourceWorkstep
(String sourceWorkstep) statusMessage
(String statusMessage) summaryType
(ContentOutputV1.SummaryTypeEnum summaryType) summaryValue
(String summaryValue) toString()
translationKey
(String translationKey)
-
Constructor Details
-
ContentOutputV1
public ContentOutputV1()
-
-
Method Details
-
assetSelection
-
getAssetSelection
Get assetSelection- Returns:
- assetSelection
-
setAssetSelection
-
dateRange
-
getDateRange
Get dateRange- Returns:
- dateRange
-
setDateRange
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
hashCode
-
getHashCode
A unique identifier that identifies the current variant of the image, if it has been generated, otherwise null- Returns:
- hashCode
-
setHashCode
-
height
-
getHeight
Desired content height- Returns:
- height
-
setHeight
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
react
-
getReact
Whether or not the content is for a react component- Returns:
- react
-
setReact
-
report
-
getReport
Get report- Returns:
- report
-
setReport
-
scale
-
getScale
Desired content scale- Returns:
- scale
-
setScale
-
selector
-
getSelector
Desired content selector, if present- Returns:
- selector
-
setSelector
-
sourceWorkbook
-
getSourceWorkbook
Source workbook of the content- Returns:
- sourceWorkbook
-
setSourceWorkbook
-
sourceWorksheet
-
getSourceWorksheet
Source worksheet of the content- Returns:
- sourceWorksheet
-
setSourceWorksheet
-
sourceWorkstep
-
getSourceWorkstep
Source workstep of the content- Returns:
- sourceWorkstep
-
setSourceWorkstep
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
summaryType
-
getSummaryType
The summary type for this screenshot if a summary is being applied. One of DISCRETE, AUTO- Returns:
- summaryType
-
setSummaryType
-
summaryValue
-
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
-
timezone
-
getTimezone
IANA name of the desired content time zone, if present- Returns:
- timezone
-
setTimezone
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
warning
-
getWarning
A warning if one was attached to this content while rendering- Returns:
- warning
-
setWarning
-
width
-
getWidth
Desired content width- Returns:
- width
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-