Package com.seeq.model
Class FormulaRunOutputV1
java.lang.Object
com.seeq.model.FormulaRunOutputV1
FormulaRunOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddErrorsItem
(FormulaCompilerErrorOutputV1 errorsItem) addWarningLogsItem
(FormulaLogV1 warningLogsItem) capsules
(CapsulesOutputV1 capsules) boolean
errors
(List<FormulaCompilerErrorOutputV1> errors) Get capsulesErrors (if any) from the formulaMetadata describing the compiled formula's resultGet regressionOutputThe data type of the compiled formula's resultGet samplesGet scalarA plain language status message with information about any issues that may have been encountered during an operation.getTable()
Get tableGet upgradeDetailsThe 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()
putMetadataItem
(String key, String metadataItem) regressionOutput
(RegressionOutputV1 regressionOutput) returnType
(String returnType) samples
(GetSamplesOutputV1 samples) scalar
(ScalarValueOutputV1 scalar) void
setCapsules
(CapsulesOutputV1 capsules) void
setErrors
(List<FormulaCompilerErrorOutputV1> errors) void
setMetadata
(Map<String, String> metadata) void
setRegressionOutput
(RegressionOutputV1 regressionOutput) void
setReturnType
(String returnType) void
setSamples
(GetSamplesOutputV1 samples) void
setScalar
(ScalarValueOutputV1 scalar) void
setStatusMessage
(String statusMessage) void
setTable
(GenericTableOutputV1 table) void
setUpgradeDetails
(FormulaUpgradeOutputV1 upgradeDetails) void
setWarningCount
(Integer warningCount) void
setWarningLogs
(List<FormulaLogV1> warningLogs) statusMessage
(String statusMessage) table
(GenericTableOutputV1 table) toString()
upgradeDetails
(FormulaUpgradeOutputV1 upgradeDetails) warningCount
(Integer warningCount) warningLogs
(List<FormulaLogV1> warningLogs)
-
Constructor Details
-
FormulaRunOutputV1
public FormulaRunOutputV1()
-
-
Method Details
-
capsules
-
getCapsules
Get capsules- Returns:
- capsules
-
setCapsules
-
errors
-
addErrorsItem
-
getErrors
Errors (if any) from the formula- Returns:
- errors
-
setErrors
-
metadata
-
putMetadataItem
-
getMetadata
Metadata describing the compiled formula's result- Returns:
- metadata
-
setMetadata
-
regressionOutput
-
getRegressionOutput
Get regressionOutput- Returns:
- regressionOutput
-
setRegressionOutput
-
returnType
-
getReturnType
The data type of the compiled formula's result- Returns:
- returnType
-
setReturnType
-
samples
-
getSamples
Get samples- Returns:
- samples
-
setSamples
-
scalar
-
getScalar
Get scalar- Returns:
- scalar
-
setScalar
-
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
-
table
-
getTable
Get table- Returns:
- table
-
setTable
-
upgradeDetails
-
getUpgradeDetails
Get upgradeDetails- Returns:
- upgradeDetails
-
setUpgradeDetails
-
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
-