Package com.seeq.model
Class GetSamplesOutputV1
java.lang.Object
com.seeq.model.GetSamplesOutputV1
GetSamplesOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSamplesItem
(SampleOutputV1 samplesItem) addWarningLogsItem
(FormulaLogV1 warningLogsItem) boolean
The unit of measure for the signal's keys.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 resultsThe samples in the signalA plain language status message with information about any issues that may have been encountered during an operation.The unit of measure for the signal's valuesThe 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) samples
(List<SampleOutputV1> samples) void
setKeyUnitOfMeasure
(String keyUnitOfMeasure) void
void
void
void
void
setSamples
(List<SampleOutputV1> samples) void
setStatusMessage
(String statusMessage) void
setValueUnitOfMeasure
(String valueUnitOfMeasure) void
setWarningCount
(Integer warningCount) void
setWarningLogs
(List<FormulaLogV1> warningLogs) statusMessage
(String statusMessage) toString()
valueUnitOfMeasure
(String valueUnitOfMeasure) warningCount
(Integer warningCount) warningLogs
(List<FormulaLogV1> warningLogs)
-
Constructor Details
-
GetSamplesOutputV1
public GetSamplesOutputV1()
-
-
Method Details
-
keyUnitOfMeasure
-
getKeyUnitOfMeasure
The unit of measure for the signal's keys. A time-keyed signal has key units of 'ns'.- 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
-
samples
-
addSamplesItem
-
getSamples
The samples in the signal- Returns:
- samples
-
setSamples
-
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
-
valueUnitOfMeasure
-
getValueUnitOfMeasure
The unit of measure for the signal's values- Returns:
- valueUnitOfMeasure
-
setValueUnitOfMeasure
-
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
-