Package com.seeq.model
Class CapsulesOutputV1
java.lang.Object
com.seeq.model.CapsulesOutputV1
Capsules from the formula result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCapsulesItem
(CapsuleV1 capsulesItem) addWarningLogsItem
(FormulaLogV1 warningLogsItem) boolean
The list of capsulesThe unit of measure for the capsule starts and ends.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 total number of warnings that have occurredThe Formula warning logs, which includes the text, line number, and column number where the warning occurred in addition to the warning detailsint
hashCode()
keyUnitOfMeasure
(String keyUnitOfMeasure) void
setCapsules
(List<CapsuleV1> capsules) void
setKeyUnitOfMeasure
(String keyUnitOfMeasure) void
void
void
void
void
setStatusMessage
(String statusMessage) void
setWarningCount
(Integer warningCount) void
setWarningLogs
(List<FormulaLogV1> warningLogs) statusMessage
(String statusMessage) toString()
warningCount
(Integer warningCount) warningLogs
(List<FormulaLogV1> warningLogs)
-
Constructor Details
-
CapsulesOutputV1
public CapsulesOutputV1()
-
-
Method Details
-
capsules
-
addCapsulesItem
-
getCapsules
The list of capsules- Returns:
- capsules
-
setCapsules
-
keyUnitOfMeasure
-
getKeyUnitOfMeasure
The unit of measure for the capsule starts and ends. If left empty, input is assumed to be in ISO8601 format.- Returns:
- keyUnitOfMeasure
-
setKeyUnitOfMeasure
-
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
-
warningCount
-
getWarningCount
The total number of warnings that have occurred- Returns:
- warningCount
-
setWarningCount
-
warningLogs
-
addWarningLogsItem
-
getWarningLogs
The Formula warning logs, which includes the text, line number, and column number where the warning occurred in addition to the warning details- Returns:
- warningLogs
-
setWarningLogs
-
equals
-
hashCode
public int hashCode() -
toString
-