Package com.seeq.model
Class WorksheetOutputListV1
java.lang.Object
com.seeq.model.WorksheetOutputListV1
WorksheetOutputListV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWorksheetsItem
(WorksheetOutputV1 worksheetsItem) 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 plain language status message with information about any issues that may have been encountered during an operation.The list of worksheetsint
hashCode()
void
void
void
void
void
setStatusMessage
(String statusMessage) void
setWorksheets
(List<WorksheetOutputV1> worksheets) statusMessage
(String statusMessage) toString()
worksheets
(List<WorksheetOutputV1> worksheets)
-
Constructor Details
-
WorksheetOutputListV1
public WorksheetOutputListV1()
-
-
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
-
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
-
worksheets
-
addWorksheetsItem
-
getWorksheets
The list of worksheets- Returns:
- worksheets
-
setWorksheets
-
equals
-
hashCode
public int hashCode() -
toString
-