Package com.seeq.model
Class ContentInputV1
java.lang.Object
com.seeq.model.ContentInputV1
ContentInputV1
-
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 TypeMethodDescriptionassetSelectionId
(String assetSelectionId) dateRangeId
(String dateRangeId) description
(String description) boolean
Whether the content should be archivedThe content's asset selectionThe content's date rangeThe content's descriptionThe content's desired heightgetName()
The content's namegetReact()
Whether the content is for a react component.The content's reportgetScale()
The content's desired scale.The content's desired selectorThe summary type for this screenshot if a summary is being applied.The value for the given summary type.The IANA name of the content's desired time zonegetWidth()
The content's desired widthThe content's source worksheetThe content's source workstepint
hashCode()
void
setArchived
(Boolean archived) void
setAssetSelectionId
(String assetSelectionId) void
setDateRangeId
(String dateRangeId) void
setDescription
(String description) void
void
void
void
setReportId
(String reportId) void
void
setSelector
(String selector) void
setSummaryType
(ContentInputV1.SummaryTypeEnum summaryType) void
setSummaryValue
(String summaryValue) void
setTimezone
(String timezone) void
void
setWorksheetId
(String worksheetId) void
setWorkstepId
(String workstepId) summaryType
(ContentInputV1.SummaryTypeEnum summaryType) summaryValue
(String summaryValue) toString()
worksheetId
(String worksheetId) workstepId
(String workstepId)
-
Constructor Details
-
ContentInputV1
public ContentInputV1()
-
-
Method Details
-
archived
-
getArchived
Whether the content should be archived- Returns:
- archived
-
setArchived
-
assetSelectionId
-
getAssetSelectionId
The content's asset selection- Returns:
- assetSelectionId
-
setAssetSelectionId
-
dateRangeId
-
getDateRangeId
The content's date range- Returns:
- dateRangeId
-
setDateRangeId
-
description
-
getDescription
The content's description- Returns:
- description
-
setDescription
-
height
-
getHeight
The content's desired height- Returns:
- height
-
setHeight
-
name
-
getName
The content's name- Returns:
- name
-
setName
-
react
-
getReact
Whether the content is for a react component.- Returns:
- react
-
setReact
-
reportId
-
getReportId
The content's report- Returns:
- reportId
-
setReportId
-
scale
-
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
-
selector
-
getSelector
The content's desired selector- Returns:
- selector
-
setSelector
-
summaryType
-
getSummaryType
The summary type for this screenshot if a summary is being applied. One of DISCRETE, AUTO, NONE- 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 (0-10).- Returns:
- summaryValue
-
setSummaryValue
-
timezone
-
getTimezone
The IANA name of the content's desired time zone- Returns:
- timezone
-
setTimezone
-
width
-
getWidth
The content's desired width- Returns:
- width
-
setWidth
-
worksheetId
-
getWorksheetId
The content's source worksheet- Returns:
- worksheetId
-
setWorksheetId
-
workstepId
-
getWorkstepId
The content's source workstep- Returns:
- workstepId
-
setWorkstepId
-
equals
-
hashCode
public int hashCode() -
toString
-