Package com.seeq.model
Class DateRangeOutputV1
java.lang.Object
com.seeq.model.DateRangeOutputV1
DateRangeOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddContentItem
(ItemPreviewV1 contentItem) addCronScheduleItem
(String cronScheduleItem) condition
(ItemPreviewV1 condition) content
(List<ItemPreviewV1> content) cronSchedule
(List<String> cronSchedule) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
Get conditionContent using this date rangeDate range update periodGet dateRangeClarifying information or other plain language description of this itemGet effectivePermissionsDate range formulagetId()
The ID that can be used to interact with the itemWhether item is archivedWhether this date range is auto updatingWhether the date range, if scheduled, should continue to update if there are no subscribers (i.e.Whether this date range is enabled to run jobsWhether item is redactedgetName()
The human readable nameGet reportA plain language status message with information about any issues that may have been encountered during an operationThe item's translation key, if anygetType()
The type of the itemint
hashCode()
isArchived
(Boolean isArchived) isAutoUpdating
(Boolean isAutoUpdating) isBackground
(Boolean isBackground) isRedacted
(Boolean isRedacted) report
(ItemPreviewV1 report) void
setCondition
(ItemPreviewV1 condition) void
setContent
(List<ItemPreviewV1> content) void
setCronSchedule
(List<String> cronSchedule) void
setDateRange
(CapsuleV1 dateRange) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setFormula
(String formula) void
void
setIsArchived
(Boolean isArchived) void
setIsAutoUpdating
(Boolean isAutoUpdating) void
setIsBackground
(Boolean isBackground) void
setIsEnabled
(Boolean isEnabled) void
setIsRedacted
(Boolean isRedacted) void
void
setReport
(ItemPreviewV1 report) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
statusMessage
(String statusMessage) toString()
translationKey
(String translationKey)
-
Constructor Details
-
DateRangeOutputV1
public DateRangeOutputV1()
-
-
Method Details
-
condition
-
getCondition
Get condition- Returns:
- condition
-
setCondition
-
content
-
addContentItem
-
getContent
Content using this date range- Returns:
- content
-
setContent
-
cronSchedule
-
addCronScheduleItem
-
getCronSchedule
Date range update period- Returns:
- cronSchedule
-
setCronSchedule
-
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
-
formula
-
getFormula
Date range formula- Returns:
- formula
-
setFormula
-
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
-
isAutoUpdating
-
getIsAutoUpdating
Whether this date range is auto updating- Returns:
- isAutoUpdating
-
setIsAutoUpdating
-
isBackground
-
getIsBackground
Whether the date range, if scheduled, should continue to update if there are no subscribers (i.e. in the background)- Returns:
- isBackground
-
setIsBackground
-
isEnabled
-
getIsEnabled
Whether this date range is enabled to run jobs- Returns:
- isEnabled
-
setIsEnabled
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
report
-
getReport
Get report- Returns:
- report
-
setReport
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-