Package com.seeq.model
Class FormulaCompileOutputV1
java.lang.Object
com.seeq.model.FormulaCompileOutputV1
FormulaCompileOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddErrorsItem
(FormulaCompilerErrorOutputV1 errorsItem) boolean
errors
(List<FormulaCompilerErrorOutputV1> errors) Errors (if any) from the formulaMetadata describing the compiled formula's resultThe data type of the compiled formula's resultA plain language status message with information about any issues that may have been encountered during an operation.Get upgradeDetailsint
hashCode()
putMetadataItem
(String key, String metadataItem) returnType
(String returnType) void
setErrors
(List<FormulaCompilerErrorOutputV1> errors) void
setMetadata
(Map<String, String> metadata) void
setReturnType
(String returnType) void
setStatusMessage
(String statusMessage) void
setUpgradeDetails
(FormulaUpgradeOutputV1 upgradeDetails) statusMessage
(String statusMessage) toString()
upgradeDetails
(FormulaUpgradeOutputV1 upgradeDetails)
-
Constructor Details
-
FormulaCompileOutputV1
public FormulaCompileOutputV1()
-
-
Method Details
-
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
-
returnType
-
getReturnType
The data type of the compiled formula's result- Returns:
- returnType
-
setReturnType
-
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
-
upgradeDetails
-
getUpgradeDetails
Get upgradeDetails- Returns:
- upgradeDetails
-
setUpgradeDetails
-
equals
-
hashCode
public int hashCode() -
toString
-