Package com.seeq.model
Class TreemapOutputV1
java.lang.Object
com.seeq.model.TreemapOutputV1
TreemapOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddErrorsItem
(FormulaCompilerErrorOutputV1 errorsItem) addTreeItem
(TreemapItemOutputV1 treeItem) addWarningLogsItem
(FormulaLogV1 warningLogsItem) boolean
errors
(List<FormulaCompilerErrorOutputV1> errors) Errors (if any) from the formulaMetadata describing the compiled formula's resultGet parentAssetThe 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.getTree()
The size and priority of child leaf assets or aggregations of child asset trees.Get 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()
parentAsset
(AssetOutputV1 parentAsset) putMetadataItem
(String key, String metadataItem) returnType
(String returnType) void
setErrors
(List<FormulaCompilerErrorOutputV1> errors) void
setMetadata
(Map<String, String> metadata) void
setParentAsset
(AssetOutputV1 parentAsset) void
setReturnType
(String returnType) void
setStatusMessage
(String statusMessage) void
setTree
(List<TreemapItemOutputV1> tree) void
setUpgradeDetails
(FormulaUpgradeOutputV1 upgradeDetails) void
setWarningCount
(Integer warningCount) void
setWarningLogs
(List<FormulaLogV1> warningLogs) statusMessage
(String statusMessage) toString()
tree
(List<TreemapItemOutputV1> tree) upgradeDetails
(FormulaUpgradeOutputV1 upgradeDetails) warningCount
(Integer warningCount) warningLogs
(List<FormulaLogV1> warningLogs)
-
Constructor Details
-
TreemapOutputV1
public TreemapOutputV1()
-
-
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
-
parentAsset
-
getParentAsset
Get parentAsset- Returns:
- parentAsset
-
setParentAsset
-
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
-
tree
-
addTreeItem
-
getTree
The size and priority of child leaf assets or aggregations of child asset trees.- Returns:
- tree
-
setTree
-
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
-