Package com.seeq.model
Class SchedulableAdminOutputV1
java.lang.Object
com.seeq.model.SchedulableAdminOutputV1
A list of scheduled items with statistical information added
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of the item -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSchedulesItem
(String schedulesItem) averageRunTime
(Integer averageRunTime) contentCount
(Integer contentCount) documentId
(String documentId) boolean
Average run time when runThe number of non-archived pieces of content if item is a reportThe document's ID if item is a reportgetId()
The id of the itemThe last time the schedule ranThe last time the item was updatedThe last time the item was looked atgetName()
The name of the itemThe next time the schedule will rungetOwner()
The owner of the itemThe type of the itemA human readable representation of the cron schedulesA plain language status message with information about any issues that may have been encountered during an operation.The topic's ID if item is a reportSum of the run timesint
hashCode()
lastRunTime
(String lastRunTime) lastUpdated
(String lastUpdated) lastViewedAt
(String lastViewedAt) nextRunTime
(String nextRunTime) schedulableType
(SchedulableAdminOutputV1.SchedulableTypeEnum schedulableType) void
setAverageRunTime
(Integer averageRunTime) void
setContentCount
(Integer contentCount) void
setDocumentId
(String documentId) void
void
setLastRunTime
(String lastRunTime) void
setLastUpdated
(String lastUpdated) void
setLastViewedAt
(String lastViewedAt) void
void
setNextRunTime
(String nextRunTime) void
void
setSchedulableType
(SchedulableAdminOutputV1.SchedulableTypeEnum schedulableType) void
setSchedules
(List<String> schedules) void
setStatusMessage
(String statusMessage) void
setTopicId
(String topicId) void
setTotalRunTime
(Integer totalRunTime) statusMessage
(String statusMessage) toString()
totalRunTime
(Integer totalRunTime)
-
Constructor Details
-
SchedulableAdminOutputV1
public SchedulableAdminOutputV1()
-
-
Method Details
-
averageRunTime
-
getAverageRunTime
Average run time when run- Returns:
- averageRunTime
-
setAverageRunTime
-
contentCount
-
getContentCount
The number of non-archived pieces of content if item is a report- Returns:
- contentCount
-
setContentCount
-
documentId
-
getDocumentId
The document's ID if item is a report- Returns:
- documentId
-
setDocumentId
-
id
-
getId
The id of the item- Returns:
- id
-
setId
-
lastRunTime
-
getLastRunTime
The last time the schedule ran- Returns:
- lastRunTime
-
setLastRunTime
-
lastUpdated
-
getLastUpdated
The last time the item was updated- Returns:
- lastUpdated
-
setLastUpdated
-
lastViewedAt
-
getLastViewedAt
The last time the item was looked at- Returns:
- lastViewedAt
-
setLastViewedAt
-
name
-
getName
The name of the item- Returns:
- name
-
setName
-
nextRunTime
-
getNextRunTime
The next time the schedule will run- Returns:
- nextRunTime
-
setNextRunTime
-
owner
-
getOwner
The owner of the item- Returns:
- owner
-
setOwner
-
schedulableType
public SchedulableAdminOutputV1 schedulableType(SchedulableAdminOutputV1.SchedulableTypeEnum schedulableType) -
getSchedulableType
The type of the item- Returns:
- schedulableType
-
setSchedulableType
-
schedules
-
addSchedulesItem
-
getSchedules
A human readable representation of the cron schedules- Returns:
- schedules
-
setSchedules
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.- Returns:
- statusMessage
-
setStatusMessage
-
topicId
-
getTopicId
The topic's ID if item is a report- Returns:
- topicId
-
setTopicId
-
totalRunTime
-
getTotalRunTime
Sum of the run times- Returns:
- totalRunTime
-
setTotalRunTime
-
equals
-
hashCode
public int hashCode() -
toString
-