Package com.seeq.model
Class TreemapItemOutputV1
java.lang.Object
com.seeq.model.TreemapItemOutputV1
The size and priority of child leaf assets or aggregations of child asset trees.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDisplayScalarsItem
(ScalarValueOutputV1 displayScalarsItem) asset
(AssetOutputV1 asset) displayScalars
(List<ScalarValueOutputV1> displayScalars) boolean
getAsset()
Get assetThe display scalars evaluated for this assetGet isLeafAssetThe highest priority condition met by this asset or asset tree.getSize()
The relative size of this asset or asset treeTrue if this item's priority is uncertainint
hashCode()
void
setAsset
(AssetOutputV1 asset) void
setDisplayScalars
(List<ScalarValueOutputV1> displayScalars) void
setPriority
(Integer priority) void
void
setUncertain
(Boolean uncertain) toString()
-
Constructor Details
-
TreemapItemOutputV1
public TreemapItemOutputV1()
-
-
Method Details
-
asset
-
getAsset
Get asset- Returns:
- asset
-
setAsset
-
displayScalars
-
addDisplayScalarsItem
-
getDisplayScalars
The display scalars evaluated for this asset- Returns:
- displayScalars
-
setDisplayScalars
-
getIsLeafAsset
Get isLeafAsset- Returns:
- isLeafAsset
-
priority
-
getPriority
The highest priority condition met by this asset or asset tree. The highest priority condition possible has a value of 0; when no conditions are met, -1 is returned.- Returns:
- priority
-
setPriority
-
size
-
getSize
The relative size of this asset or asset tree- Returns:
- size
-
setSize
-
uncertain
-
getUncertain
True if this item's priority is uncertain- Returns:
- uncertain
-
setUncertain
-
equals
-
hashCode
public int hashCode() -
toString
-