Package com.seeq.model
Class SchedulableAdminListOutputV1
java.lang.Object
com.seeq.model.SchedulableAdminListOutputV1
SchedulableAdminListOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRecordsItem
(SchedulableAdminOutputV1 recordsItem) boolean
getLimit()
The pagination limit, the total number of collection items that will be returned in this page of resultsgetNext()
The href of the next set of paginated resultsThe pagination offset, the index of the first collection item that will be returned in this page of resultsgetPrev()
The href of the previous set of paginated resultsA list of scheduled items with statistical information addedA plain language status message with information about any issues that may have been encountered during an operation.The total count of scheduled itemsint
hashCode()
records
(List<SchedulableAdminOutputV1> records) void
void
void
void
void
setRecords
(List<SchedulableAdminOutputV1> records) void
setStatusMessage
(String statusMessage) void
setTotalCount
(Integer totalCount) statusMessage
(String statusMessage) toString()
totalCount
(Integer totalCount)
-
Constructor Details
-
SchedulableAdminListOutputV1
public SchedulableAdminListOutputV1()
-
-
Method Details
-
limit
-
getLimit
The pagination limit, the total number of collection items that will be returned in this page of results- Returns:
- limit
-
setLimit
-
next
-
getNext
The href of the next set of paginated results- Returns:
- next
-
setNext
-
offset
-
getOffset
The pagination offset, the index of the first collection item that will be returned in this page of results- Returns:
- offset
-
setOffset
-
prev
-
getPrev
The href of the previous set of paginated results- Returns:
- prev
-
setPrev
-
records
-
addRecordsItem
-
getRecords
A list of scheduled items with statistical information added- Returns:
- records
-
setRecords
-
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
-
totalCount
-
getTotalCount
The total count of scheduled items- Returns:
- totalCount
-
setTotalCount
-
equals
-
hashCode
public int hashCode() -
toString
-