Package com.seeq.model
Class AssetGroupTreeOutputV1
java.lang.Object
com.seeq.model.AssetGroupTreeOutputV1
The asset tree that was created or updated
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem
(AssetGroupTreeOutputV1 childrenItem) addParametersItem
(FormulaParameterOutputV1 parametersItem) children
(List<AssetGroupTreeOutputV1> children) datasourceId
(String datasourceId) description
(String description) boolean
The list of the tree node's childrenThe datasource id of the tree nodeA description of the tree nodegetItem()
Get itemFormula Parameters used to create the formulaint
hashCode()
item
(ItemPreviewWithAssetsV1 item) parameters
(List<FormulaParameterOutputV1> parameters) void
setChildren
(List<AssetGroupTreeOutputV1> children) void
setDatasourceId
(String datasourceId) void
setDescription
(String description) void
void
setParameters
(List<FormulaParameterOutputV1> parameters) toString()
-
Constructor Details
-
AssetGroupTreeOutputV1
public AssetGroupTreeOutputV1()
-
-
Method Details
-
children
-
addChildrenItem
-
getChildren
The list of the tree node's children- Returns:
- children
-
setChildren
-
datasourceId
-
getDatasourceId
The datasource id of the tree node- Returns:
- datasourceId
-
setDatasourceId
-
description
-
getDescription
A description of the tree node- Returns:
- description
-
setDescription
-
item
-
getItem
Get item- Returns:
- item
-
setItem
-
parameters
-
addParametersItem
-
getParameters
Formula Parameters used to create the formula- Returns:
- parameters
-
setParameters
-
equals
-
hashCode
public int hashCode() -
toString
-